Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
|
| Ostream & | operator<< (Ostream &os, const token &tok) |
| |
| Istream & | operator>> (Istream &is, token &tok) |
| |
| Ostream & | operator<< (Ostream &os, const token::punctuationToken &pt) |
| |
| ostream & | operator<< (ostream &os, const token::punctuationToken &pt) |
| |
| Ostream & | operator<< (Ostream &os, const token::compound &ct) |
| |
| ostream & | operator<< (ostream &os, const InfoProxy< token > &ip) |
| |
| template<> |
| Ostream & | operator<< (Ostream &os, const InfoProxy< token > &ip) |
| |
Original source file token.H
Definition in file token.H.
◆ NoHashTableC
◆ defineCompoundTypeName
Define compound using Type for its name.
Definition at line 1249 of file token.H.
◆ defineNamedCompoundTypeName
Define compound using Name for its name.
Definition at line 1255 of file token.H.
◆ addCompoundToRunTimeSelectionTable
| #define addCompoundToRunTimeSelectionTable |
( |
|
Type, |
|
|
|
Tag |
|
) |
| |
Value:token::compound::addemptyConstructorToTable<token::Compound<Type>> \
add##Tag##emptyConstructorToTable_;
Add compound to selection tables, lookup using typeName.
Definition at line 1261 of file token.H.
◆ addNamedCompoundToRunTimeSelectionTable
| #define addNamedCompoundToRunTimeSelectionTable |
( |
|
Type, |
|
|
|
Tag, |
|
|
|
Name |
|
) |
| |
Value:token::compound::addemptyConstructorToTable<token::Compound<Type>> \
add##Tag##emptyConstructorToTable_(#Name);
Add compound to selection tables, lookup as Name.
Definition at line 1268 of file token.H.