Go to the source code of this file.
Classes | |
class | token |
A token holds an item read from Istream. More... | |
class | token::compound |
class | token::Compound< T > |
Namespaces | |
Foam | |
Macros | |
#define | NoHashTableC |
#define | defineCompoundTypeName(Type, UnusedTag) defineTemplateTypeNameAndDebugWithName(token::Compound<Type>, #Type, 0); |
#define | defineNamedCompoundTypeName(Type, Name) defineTemplateTypeNameAndDebugWithName(token::Compound<Type>, #Name, 0); |
#define | addCompoundToRunTimeSelectionTable(Type, Tag) |
#define | addNamedCompoundToRunTimeSelectionTable(Type, Tag, Name) |
Functions | |
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) |
#define defineCompoundTypeName | ( | Type, | |
UnusedTag | |||
) | defineTemplateTypeNameAndDebugWithName(token::Compound<Type>, #Type, 0); |
#define defineNamedCompoundTypeName | ( | Type, | |
Name | |||
) | defineTemplateTypeNameAndDebugWithName(token::Compound<Type>, #Name, 0); |
#define addCompoundToRunTimeSelectionTable | ( | Type, | |
Tag | |||
) |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.