A class for handling file names.
const word const dictionary & dict
A list of keyword definitions, which are a keyword followed by any number of values (e...
A class for handling words, derived from string.
TableFile(const word &entryName, const dictionary &dict)
Construct from entry name and dictionary.
virtual ~TableFile()
Destructor.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
TypeName("tableFile")
Runtime type information.
void operator=(const TableFile< Type > &)=delete
Disallow default bitwise assignment.
Templated table container function where data is read from file. Data is stored as a list of Tuple2's...
const fileName & fName() const
Return the file name.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void writeEntries(Ostream &os) const
Write entries only in dictionary format.
Base class for table with bounds handling, interpolation and integration.