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... | |
| virtual | ~compound () |
| Destructor. More... | |
| bool | empty () const |
| bool & | empty () |
| virtual label | size () const =0 |
| virtual void | write (Ostream &) const =0 |
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 initializing count to 0. More... | |
|
inline |
Construct null.
Definition at line 162 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().


|
static |
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 185 of file token.H.
Referenced by Foam::operator<<().

|
inline |
Definition at line 190 of file token.H.
References 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<<().

Referenced by token::compound::empty().
1.8.11