71 void push(
const token&);
77 void unpop(
const token&);
106 static bool valid(
char c);
121 const label lastPrior,
123 const Type& identity,
133 const Type& identity,
An STL-conforming hash table.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
static bool valid(char c)
...
tokeniser(Istream &)
Construct for an input stream.
static label priority(const token &t)
...
void splitWord(const word &)
...
Istream & stream()
Access the stream.
void putBack(const token &)
...
A token holds items read from Istream.
A class for handling words, derived from string.
const dimensionedScalar c
Speed of light in a vacuum.
Type parseNoBegin(const label lastPrior, tokeniser &tis, const Type &identity, const HashTable< Type > &table)
Parse tokens into a dimension set or unit conversion, assuming that the '['.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.