FreeFOAM The Cross-Platform CFD Toolkit
dictionaryName Class Reference

#include <src/OpenFOAM/db/dictionary/dictionary.H>


Detailed Description

Definition at line 80 of file dictionary.H.

+ Inheritance diagram for dictionaryName:

List of all members.

Public Member Functions

 dictionaryName ()
 Construct dictionaryName null.
 dictionaryName (const fileName &name)
 Construct dictionaryName as copy of the given fileName.
const fileNamename () const
 Return the dictionary name.
fileNamename ()
 Return the dictionary name.

Constructor & Destructor Documentation

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.


Member Function Documentation

fileName& name ( )
inline

Return the dictionary name.

Reimplemented in dictionaryEntry.

Definition at line 111 of file dictionary.H.


The documentation for this class was generated from the following file: