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