Public Member Functions | |
tokeniser (Istream &) | |
Construct for an input stream. More... | |
Istream & | stream () |
Access the stream. More... | |
bool | hasToken () const |
... More... | |
token | nextToken () |
... More... | |
void | putBack (const token &) |
... More... | |
void | splitWord (const word &) |
... More... | |
Static Public Member Functions | |
static bool | valid (char c) |
... More... | |
static label | priority (const token &t) |
... More... | |
Foam::Istream & stream | ( | ) |
Foam::token nextToken | ( | ) |
...
Definition at line 88 of file symbols.C.
References token::isWord(), and token::wordToken().
void splitWord | ( | const word & | w | ) |
...
Definition at line 123 of file symbols.C.
References Foam::readScalar(), token::SPACE, token::SUBTRACT, and Foam::blendedInterfacialModel::valid().
|
static |
...
Definition at line 171 of file symbols.C.
References Foam::constant::universal::c, and Foam::isspace().
|
static |
...
Definition at line 192 of file symbols.C.
References token::DIVIDE, token::isPunctuation(), token::MULTIPLY, and token::pToken().