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
◆ addCompoundToRunTimeSelectionTable
| #define addCompoundToRunTimeSelectionTable |
( |
|
Type, |
|
|
|
Name |
|
) |
| |
Value:token::compound::addIstreamConstructorToTable<token::Compound<Type>> \
add##Name##IstreamConstructorToTable_;
Definition at line 644 of file token.H.