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

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

Enumerations

enum  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. More...
 

Variables

const Foam::Enum< errorType > errorNames
 Strings corresponding to the errorType. More...
 

Detailed Description

Original source file parsing.H

Definition in file parsing.H.