Abstract base class for complex tokens. More...
Public Member Functions | |
TypeName ("compound") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, compound, Istream,(Istream &is),(is)) | |
Declare run-time constructor selection table. More... | |
compound () | |
Construct null. More... | |
compound (const compound &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~compound () |
Destructor. More... | |
bool | empty () const |
bool & | empty () |
virtual label | size () const =0 |
virtual void | write (Ostream &) const =0 |
void | operator= (const compound &)=delete |
Disallow default bitwise assignment. More... | |
Public Member Functions inherited from refCount | |
int | count () const |
Return the current reference count. More... | |
bool | unique () const |
Return true if the reference count is zero. More... | |
void | operator++ () |
Increment the reference count. More... | |
void | operator++ (int) |
Increment the reference count. More... | |
void | operator-- () |
Decrement the reference count. More... | |
void | operator-- (int) |
Decrement the reference count. More... | |
Static Public Member Functions | |
static autoPtr< compound > | New (const word &type, Istream &) |
Select null constructed. More... | |
static bool | isCompound (const word &name) |
Return true if name is a compound type. More... | |
Friends | |
Ostream & | operator<< (Ostream &, const compound &) |
Additional Inherited Members | |
Protected Member Functions inherited from refCount | |
refCount () | |
Construct null initialising count to 0. More... | |
|
inline |
Construct null.
Definition at line 156 of file token.H.
References token::compound::isCompound(), Foam::name(), token::compound::New(), token::type(), and token::compound::~compound().
|
virtual |
Destructor.
Definition at line 53 of file token.C.
References token::compound::New().
Referenced by token::compound::compound().
TypeName | ( | "compound" | ) |
Runtime type information.
Declare run-time constructor selection table.
|
static |
Select null constructed.
Definition at line 60 of file token.C.
References Foam::abort(), Foam::endl(), Foam::FatalIOError, FatalIOErrorInFunction, and Foam::nl.
Referenced by token::compound::compound(), UIPstream::read(), and token::compound::~compound().
Return true if name is a compound type.
Definition at line 83 of file token.C.
Referenced by token::compound::compound(), and UIPstream::read().
|
inline |
Definition at line 180 of file token.H.
Referenced by Foam::operator<<().
|
inline |
Definition at line 185 of file token.H.
References token::compound::operator<<, token::compound::operator=(), token::compound::size(), and token::compound::write().
|
pure virtual |
Implemented in token::Compound< T >.
Referenced by token::compound::empty().
|
pure virtual |
Implemented in token::Compound< T >.
Referenced by token::compound::empty(), and Foam::operator<<().
|
delete |
Disallow default bitwise assignment.
Referenced by token::compound::empty().
Referenced by token::compound::empty().