![]() |
|
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 | |
autoPtr< compound > | New (const word &type, Istream &is) |
Select null constructed. | |
bool | isCompound (const word &name) |
Return true if name is a compound type. | |
Friends | |
Ostream & | operator<< (Ostream &, const compound &) |
|
Construct null.
|
|
|
|
Declare run-time constructor selection table.
|
|
|
|
|
|
Return true if name is a compound type.
|
|
Select null constructed.
|
|
Implemented in token::Compound. |
|
Runtime type information.
|
|
Implemented in token::Compound. |
|
|