Go to the documentation of this file.
39 #ifndef IOdictionary_H
40 #define IOdictionary_H
void operator=(const IOdictionary &)
Assignment of other IOdictionary's entries to this IOdictionary.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
A class for handling words, derived from string.
IOdictionary(const IOobject &)
Construct given an IOobject.
virtual ~IOdictionary()
Destructor.
bool writeData(Ostream &) const
WriteData function required for regIOobject write operation.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
bool readData(Istream &)
ReadData function required for regIOobject read operation.
A list of keyword definitions, which are a keyword followed by any number of values (e....
void readFile(const bool)
Read dictionary from file.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
const word & name() const
Name function is needed to disambiguate those inherited.
static bool writeDictionaries
An Ostream is an abstract base class for all output systems (streams, files, token lists,...