A class for handling words, derived from string.
A token holds items read from Istream.
Table(const word &entryName, const dictionary &dict)
Construct from entry name and Istream.
Templated table container data entry. Items are stored in a list of Tuple2's. First column is always ...
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual ~Table()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
void putBack(const token &)
Put back token.
void check() const
Check the table for size and consistency.
Base class for table with bounds handling, interpolation and integration.