STLAsciiParseManual.C File Reference

Hand-written parsing of STL ASCII format. More...

Include dependency graph for STLAsciiParseManual.C:

Go to the source code of this file.

Classes

class  STLAsciiParseManual
 A lexer for parsing STL ASCII files. More...
 

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 
namespace  Foam::Detail
 Implementation details for various OpenFOAM classes.
 

Macros

#define INBUFLEN   16384
 

Functions

static std::string perrorEOF (std::string expected)
 
static std::string perrorParse (std::string expected, std::string found)
 

Detailed Description

Hand-written parsing of STL ASCII format.

Original source file STLAsciiParseManual.C

Definition in file STLAsciiParseManual.C.

Macro Definition Documentation

◆ INBUFLEN

#define INBUFLEN   16384

Definition at line 147 of file STLAsciiParseManual.C.

Function Documentation

◆ perrorEOF()

static std::string perrorEOF ( std::string  expected)
inlinestatic

Definition at line 38 of file STLAsciiParseManual.C.

Referenced by STLAsciiParseManual::execute().

Here is the caller graph for this function:

◆ perrorParse()

static std::string perrorParse ( std::string  expected,
std::string  found 
)
inlinestatic

Definition at line 44 of file STLAsciiParseManual.C.

References found.

Referenced by STLAsciiParseManual::execute().

Here is the caller graph for this function: