Public Member Functions | Private Attributes
dictionaryName Class Reference
Inheritance diagram for dictionaryName:
Inheritance graph
[legend]
Collaboration diagram for dictionaryName:
Collaboration graph
[legend]

Public Member Functions

 dictionaryName ()
 Construct dictionaryName null. More...
 
 dictionaryName (const fileName &name)
 Construct dictionaryName as copy of the given fileName. More...
 
const fileNamename () const
 Return the dictionary name. More...
 
fileNamename ()
 Return the dictionary name. More...
 
const word dictName () const
 Return the local dictionary name (final part of scoped name) More...
 

Private Attributes

fileName name_
 

Detailed Description

Definition at line 78 of file dictionary.H.

Constructor & Destructor Documentation

◆ dictionaryName() [1/2]

dictionaryName ( )
inline

Construct dictionaryName null.

Definition at line 90 of file dictionary.H.

◆ dictionaryName() [2/2]

dictionaryName ( const fileName name)
inline

Construct dictionaryName as copy of the given fileName.

Definition at line 94 of file dictionary.H.

Member Function Documentation

◆ name() [1/2]

const fileName& name ( ) const
inline

◆ name() [2/2]

fileName& name ( )
inline

Return the dictionary name.

Definition at line 109 of file dictionary.H.

References dictionaryName::name_.

◆ dictName()

const word dictName ( ) const
inline

Field Documentation

◆ name_

fileName name_
private

Definition at line 82 of file dictionary.H.

Referenced by dictionaryName::dictName(), and dictionaryName::name().


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