A templated class for holding compound tokens. More...
#include <src/OpenFOAM/db/IOstreams/token/token.H>
A templated class for holding compound tokens.
Definition at line 212 of file token.H.
Public Member Functions | |
TypeName ("Compound<T>") | |
Runtime type information.
| |
Compound (Istream &is) | |
label | size () const |
void | write (Ostream &os) const |
TypeName | ( | "Compound<T>" | ) |
Runtime type information.
label size | ( | ) | const [inline, virtual]
|
Implements token::compound.
void write | ( | Ostream & | os ) | const [inline, virtual]
|
Implements token::compound.