Classes | Namespaces | Macros | Functions
token.H File Reference
Include dependency graph for token.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  token
 A token holds items read from Istream. More...
 
class  token::compound
 Abstract base class for complex tokens. More...
 
class  token::Compound< T >
 A templated class for holding compound tokens. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Macros

#define NoHashTableC
 
#define defineCompoundTypeName(Type, Name)   defineTemplateTypeNameAndDebugWithName(token::Compound<Type>, #Type, 0);
 
#define addCompoundToRunTimeSelectionTable(Type, Name)
 

Functions

Istream & operator>> (Istream &, token &)
 
Ostream & operator<< (Ostream &, const token &)
 
Ostream & operator<< (Ostream &, const token::punctuationToken &)
 
ostream & operator<< (ostream &, const token::punctuationToken &)
 
Ostream & operator<< (Ostream &, const token::compound &)
 
ostream & operator<< (ostream &, const InfoProxy< token > &)
 
template<>
Ostream & operator<< (Ostream &os, const InfoProxy< token > &ip)
 

Detailed Description

Original source file token.H

Definition in file token.H.

Macro Definition Documentation

#define NoHashTableC

Definition at line 47 of file token.H.

#define defineCompoundTypeName (   Type,
  Name 
)    defineTemplateTypeNameAndDebugWithName(token::Compound<Type>, #Type, 0);

Definition at line 444 of file token.H.

#define addCompoundToRunTimeSelectionTable (   Type,
  Name 
)
Value:
token::compound::addIstreamConstructorToTable<token::Compound<Type>> \
add##Name##IstreamConstructorToTable_;
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)

Definition at line 447 of file token.H.