![]() |
|
Public Member Functions | |
TypeName ("dictionary") | |
IOdictionary (const IOobject &) | |
Construct given an IOobject. | |
const word & | name () const |
Name function is needed to disambiguate those inherited. | |
bool | readData (Istream &) |
ReadData function required for regIOobject read operation. | |
bool | writeData (Ostream &) const |
WriteData function required for regIOobject write operation. | |
void | operator= (const IOdictionary &) |
Assignment of other IOdictionary's entries to this IOdictionary. |
|
Construct given an IOobject.
|
|
Name function is needed to disambiguate those inherited. from regIOobject and dictionary Reimplemented from dictionary. Reimplemented in fvMesh. |
|
Assignment of other IOdictionary's entries to this IOdictionary.
|
|
ReadData function required for regIOobject read operation.
Reimplemented from regIOobject. |
|
|
|
WriteData function required for regIOobject write operation.
Implements regIOobject. |