A templated class for holding compound tokens. More...
Public Member Functions | |
| TypeName ("Compound<T>") | |
| Declare type-name, virtual type (with debug switch) More... | |
| Compound (Istream &is) | |
| label | size () const |
| void | write (Ostream &os) const |
Public Member Functions inherited from token::compound | |
| TypeName ("compound") | |
| Declare type-name, virtual type (with debug switch) More... | |
| declareRunTimeSelectionTable (autoPtr, compound, Istream,(Istream &is),(is)) | |
| Declare run-time constructor selection table. More... | |
| compound () | |
| Default construct. More... | |
| virtual | ~compound ()=default |
| Destructor. More... | |
| bool | empty () const |
| bool & | empty () |
Public Member Functions inherited from refCount | |
| constexpr | refCount () noexcept |
| Construct null initializing count to 0. More... | |
| int | count () const noexcept |
| Return the current reference count. More... | |
| bool | unique () const noexcept |
| Return true if the reference count is zero. More... | |
| void | operator++ () noexcept |
| Increment the reference count. More... | |
| void | operator++ (int) noexcept |
| Increment the reference count. More... | |
| void | operator-- () noexcept |
| Decrement the reference count. More... | |
| void | operator-- (int) noexcept |
| Decrement the reference count. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from token::compound | |
| static autoPtr< compound > | New (const word &type, Istream &is) |
| Select null constructed. More... | |
| static bool | isCompound (const word &name) |
| Return true if name is a known (registered) compound type. More... | |
A templated class for holding compound tokens.
| TypeName | ( | "Compound<T>" | ) |
Declare type-name, virtual type (with debug switch)
|
inlinevirtual |
Implements token::compound.
|
inlinevirtual |
Implements token::compound.