![]() |
|
Public Member Functions | |
virtual const word & | type () const =0 |
Runtime type information. | |
declareRunTimeSelectionTable (autoPtr, CompoundToken, Istream,(const word &type, Istream &is),(type, is)) | |
CompoundToken () | |
Construct null. | |
virtual autoPtr< CompoundToken > | clone () const =0 |
Return the clone as this and increment reference count. | |
virtual | ~CompoundToken () |
virtual void | write (Istream &)=0 |
Static Public Member Functions | |
autoPtr< CompoundToken > | New (const word &type, Istream &is) |
Select null constructed. | |
Friends | |
Ostream & | operator<< (Ostream &, const CompoundToken &) |
|
Construct null.
Definition at line 95 of file CompoundToken.H. |
|
|
|
Return the clone as this and increment reference count.
|
|
|
|
Select null constructed.
|
|
Runtime type information.
|
|
|
|
|