#include <src/OpenFOAM/db/dictionary/dictionary.H>
Definition at line 80 of file dictionary.H.
Public Member Functions | |
dictionaryName () | |
Construct dictionaryName null.
| |
dictionaryName (const fileName &name) | |
Construct dictionaryName as copy of the given fileName.
| |
const fileName & | name () const |
Return the dictionary name.
| |
fileName & | name () |
Return the dictionary name.
|
dictionaryName | ( | ) | [inline]
|
Construct dictionaryName null.
Definition at line 92 of file dictionary.H.
dictionaryName | ( | const fileName & | name ) | [inline]
|
Construct dictionaryName as copy of the given fileName.
Definition at line 96 of file dictionary.H.
const fileName& name | ( | ) | const [inline]
|
Return the dictionary name.
Reimplemented in fvMesh, dictionaryEntry, IOOutputFilter< OutputFilter >, and IOdictionary.
Definition at line 105 of file dictionary.H.
Referenced by chemkinReader::chemkinReader(), molecule::constantProperties::constantProperties(), dictionary::dictionary(), includeEntry::execute(), JobInfo::JobInfo(), dictionary::operator=(), Foam::operator>>(), dictionary::read(), Foam::debug::switchSet(), and dictionary::transfer().
fileName& name | ( | ) | [inline]
|
Return the dictionary name.
Reimplemented in dictionaryEntry.
Definition at line 111 of file dictionary.H.