Loading...
Searching...
No Matches
parsing.H File Reference
Include dependency graph for parsing.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Foam::parsing
 Collection of static functions and data related to parsing and an isolated namespace for lexers, parsers, scanners.
namespace  Foam
 Namespace for OpenFOAM.

Enumerations

enum class  errorType { NONE = 0 , GENERAL = 1 , RANGE = 2 , TRAILING = 3 }
 Enumeration for possible parsing error. More...

Functions

errorType checkConversion (const char *buf, char *endptr)
 Sanity check after strtof, strtod, etc.

Variables

const Foam::Enum< errorTypeerrorNames
 Strings corresponding to the errorType.

Detailed Description

Original source file parsing.H

Definition in file parsing.H.