Loading...
Searching...
No Matches
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 ISstreamreadVerbatim (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

const unsigned errLen = 80
staticconstexpr

Definition at line 31 of file ISstream.C.

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