40 if (!dict.
found(name))
42 dict.
lookup(
"values") >> table;
50 dict.
lookup(
"values") >> table;
virtual ~Embedded()
Destructor.
Base class to read table data for tables.
bool found(const word &, bool recursive=false, bool patternMatch=true) const
Search dictionary for given keyword.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 2-tuple for storing two objects of different types.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
A class for handling words, derived from string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
Embedded(const word &name, const dictionary &dict, List< Tuple2< scalar, Type >> &table)
Construct from dictionary.
void writeEntry(Ostream &os, const HashTable< T, Key, Hash > &ht)
virtual void write(Ostream &os, const List< Tuple2< scalar, Type >> &table) const
Write the table values.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.