39 #ifndef IOdictionary_H
40 #define IOdictionary_H
105 virtual bool global()
const
131 static const bool global =
true;
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
virtual bool writeData(Ostream &) const
WriteData function required for regIOobject write operation.
void operator=(const IOdictionary &)
Assignment of dictionary entries only.
virtual bool global() const
Return true as object is global, i.e. same for all processors.
IOdictionary(const IOobject &io, const word &wantedType)
Construct given an IOobject, supply wanted typeName.
static bool writeDictionaries
virtual bool readData(Istream &)
ReadData function required for regIOobject read operation.
virtual ~IOdictionary()
Destructor.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const word & name() const
Return name.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by any number of values (e....
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
A class for handling words, derived from string.
Trait for obtaining global status.