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 fileName & name () const
 Return the dictionary name. More...
 
fileName & name ()
 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 80 of file dictionary.H.

Constructor & Destructor Documentation

◆ dictionaryName() [1/3]

dictionaryName ( )
inline

Construct dictionaryName null.

Definition at line 92 of file dictionary.H.

◆ dictionaryName() [2/3]

dictionaryName ( const fileName &  name)
inline

Construct dictionaryName as copy of the given fileName.

Definition at line 96 of file dictionary.H.

◆ dictionaryName() [3/3]

dictionaryName ( dictionaryName &&  name)
inline

Move constructor.

Definition at line 102 of file dictionary.H.

Member Function Documentation

◆ name() [1/2]

◆ name() [2/2]

fileName& name ( )
inline

Return the dictionary name.

Definition at line 117 of file dictionary.H.

◆ dictName()

const word dictName ( ) const
inline

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

Definition at line 123 of file dictionary.H.

References fileName::name().

Referenced by dictionaryEntry::dictName(), profileModel::New(), liquidProperties::New(), solidProperties::New(), thermophysicalProperties::New(), fvFieldSource< Type >::New(), phaseSolidThermophysicalTransportModel::printCoeffs(), solidThermophysicalTransportModel::printCoeffs(), singleRegionConvergenceControl::read(), singleRegionCorrectorConvergenceControl::read(), 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 142 of file dictionary.H.

References dictionaryName::name().

Here is the call graph for this function:

◆ operator=() [2/2]

void operator= ( dictionaryName &&  name)
inline

Definition at line 147 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: