ISstream.C File Reference
Include dependency graph for ISstream.C:

Go to the source code of this file.

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

static ISstream & readVerbatim (ISstream &is, std::string &str)
 
static token::tokenType readVariable (ISstream &is, std::string &str, char c)
 
static bool readUntilBalancedDelimiter (ISstream &is, std::string &str, const bool stripComments, const char delimOpen, const char delimClose)
 

Variables

static constexpr const unsigned errLen = 80
 

Detailed Description

Original source file ISstream.C

Definition in file ISstream.C.

Variable Documentation

◆ errLen

constexpr const unsigned errLen = 80
staticconstexpr

Definition at line 38 of file ISstream.C.

Referenced by ISstream::read(), Foam::readVariable(), and Foam::readVerbatim().