40 #ifndef baseIOdictionary_H 41 #define baseIOdictionary_H 62 static bool writeDictionaries;
108 virtual bool global()
const = 0;
void operator=(const baseIOdictionary &)
Assignment of other baseIOdictionary's entries to this.
baseIOdictionary(const IOobject &)
Construct given an IOobject.
A class for handling file names.
baseIOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO function...
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)...
virtual bool global() const =0
Is object global.
virtual fileName filePath() const =0
Return complete path + object name if the file exists.
virtual ~baseIOdictionary()
Destructor.
A class for handling words, derived from string.
const word & name() const
Name function is needed to disambiguate those inherited.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
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...
virtual bool readData(Istream &)
ReadData function required for regIOobject read operation.
virtual bool writeData(Ostream &) const
WriteData function required for regIOobject write operation.