Abstract base class for complex tokens. More...
#include <src/OpenFOAM/db/IOstreams/token/token.H>
Abstract base class for complex tokens.
Definition at line 120 of file token.H.
Public Member Functions | |
TypeName ("compound") | |
Runtime type information.
| |
declareRunTimeSelectionTable (autoPtr, compound, Istream,(Istream &is),(is)) | |
Declare run-time constructor selection table.
| |
compound () | |
Construct null.
| |
virtual | ~compound () |
bool | empty () const |
bool & | empty () |
virtual label | size () const =0 |
virtual void | write (Ostream &) const =0 |
Static Public Member Functions | |
static autoPtr< compound > | New (const word &type, Istream &) |
Select null constructed.
| |
static bool | isCompound (const word &name) |
Return true if name is a compound type.
| |
Friends | |
Ostream & | operator<< (Ostream &, const compound &) |
TypeName | ( | "compound" | ) |
Runtime type information.
Declare run-time constructor selection table.
Foam::autoPtr< Foam::token::compound > New | ( | const word & | type, |
Istream & | is | ||
) | [static]
|
Select null constructed.
Definition at line 56 of file token.C.
References Foam::abort(), Foam::endl(), Foam::FatalError, FatalErrorIn, and Foam::nl.
Referenced by ISstream::read(), and IPstream::read().
bool isCompound | ( | const word & | name ) | [static]
|
Return true if name is a compound type.
Definition at line 79 of file token.C.
Referenced by ISstream::read(), and IPstream::read().
virtual label size | ( | ) | const [pure virtual]
|
Implemented in token::Compound< T >.
virtual void write | ( | Ostream & | ) | const [pure virtual]
|
Implemented in token::Compound< T >.
Referenced by Foam::operator<<().