Classes | |
| class | tokeniser |
Functions | |
| template<class Type > | |
| 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 '['. More... | |
| template<class Type > | |
| Type | parseNoBegin (Istream &is, const Type &identity, const HashTable< Type > &table) |
| Parse a dimension set or unit conversion, assuming that the '[' has already. More... | |
| Type Foam::symbols::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 '['.
has already been read
Referenced by Foam::operator>>(), and dimensionSet::readNoBegin().
