| 31 | // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // |
| 32 | |
| 33 | void Foam::primitiveEntry::append(const UList<token>& varTokens) |
| 34 | { |
| 35 | forAll(varTokens, i) |
| 36 | { |
| 37 | newElmt(tokenIndex()++) = varTokens[i]; |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | |
| 42 | bool Foam::primitiveEntry::expandVariable |
no test coverage detected