dictionaryName Class Reference
Inheritance diagram for dictionaryName:

Public Member Functions

 dictionaryName ()
 Construct dictionaryName null. More...
 
 dictionaryName (const fileName &name)
 Construct dictionaryName as copy of the given fileName. More...
 
 dictionaryName (dictionaryName &&name)
 Move constructor. 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...
 
void operator= (const dictionaryName &name)
 
void operator= (dictionaryName &&name)
 

Detailed Description

Definition at line 78 of file dictionary.H.

Constructor & Destructor Documentation

◆ dictionaryName() [1/3]

dictionaryName ( )
inline

Construct dictionaryName null.

Definition at line 90 of file dictionary.H.

◆ dictionaryName() [2/3]

dictionaryName ( const fileName name)
inline

Construct dictionaryName as copy of the given fileName.

Definition at line 94 of file dictionary.H.

◆ dictionaryName() [3/3]

dictionaryName ( dictionaryName &&  name)
inline

Move constructor.

Definition at line 100 of file dictionary.H.

Member Function Documentation

◆ name() [1/2]

◆ name() [2/2]

fileName& name ( )
inline

Return the dictionary name.

Definition at line 115 of file dictionary.H.

◆ dictName()

const word dictName ( ) const
inline

Return the local dictionary name (final part of scoped name)

Definition at line 121 of file dictionary.H.

References fileName::name().

Referenced by dictionaryEntry::dictName(), profileModel::New(), liquidProperties::New(), solidProperties::New(), thermophysicalProperties::New(), solidThermophysicalTransportModel::printCoeffs(), singleRegionCorrectorConvergenceControl::readCorrResidualControls(), singleRegionConvergenceControl::readResidualControls(), waveSuperposition::waveSuperposition(), polynomialSolidTransport< Thermo, PolySize >::write(), adiabaticPerfectFluid< Specie >::write(), Boussinesq< Specie >::write(), icoPolynomial< Specie, PolySize >::write(), icoTabulated< Specie >::write(), incompressiblePerfectGas< Specie >::write(), linear< Type >::write(), perfectFluid< Specie >::write(), rhoConst< Specie >::write(), rhoTabulated< Specie >::write(), rPolynomial< Specie >::write(), specie::write(), eConstThermo< EquationOfState >::write(), eIcoTabulatedThermo< EquationOfState >::write(), ePolynomialThermo< EquationOfState, PolySize >::write(), eTabulatedThermo< EquationOfState >::write(), hConstThermo< EquationOfState >::write(), hIcoTabulatedThermo< EquationOfState >::write(), hPolynomialThermo< EquationOfState, PolySize >::write(), hTabulatedThermo< EquationOfState >::write(), janafThermo< EquationOfState >::write(), AndradeTransport< Thermo >::write(), icoTabulatedTransport< Thermo >::write(), logPolynomialTransport< Thermo, PolySize >::write(), polynomialTransport< Thermo, PolySize >::write(), sutherlandTransport< Thermo >::write(), tabulatedTransport< Thermo >::write(), and WLFTransport< Thermo >::write().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=() [1/2]

void operator= ( const dictionaryName name)
inline

Definition at line 140 of file dictionary.H.

References dictionaryName::name().

Referenced by dictionary::operator=().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator=() [2/2]

void operator= ( dictionaryName &&  name)
inline

Definition at line 145 of file dictionary.H.

References dictionaryName::name().

Here is the call graph for this function:

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