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 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 constAnIsoSolidTransport< Thermo >::constAnIsoSolidTransport(), constIsoSolidTransport< Thermo >::constIsoSolidTransport(), constTransport< Thermo >::constTransport(), dictionaryEntry::dictName(), exponentialSolidTransport< Thermo >::exponentialSolidTransport(), profileModel::New(), thermophysicalProperties::New(), solidProperties::New(), liquidProperties::New(), waveSuperposition::waveSuperposition(), writeDictionary::write(), specie::write(), sutherlandTransport< Thermo >::write(), icoTabulatedTransport< Thermo >::write(), rhoConst< Specie >::write(), WLFTransport< Thermo >::write(), polynomialTransport< Thermo, PolySize >::write(), hConstThermo< EquationOfState >::write(), incompressiblePerfectGas< Specie >::write(), eConstThermo< EquationOfState >::write(), polynomialSolidTransport< Thermo, PolySize >::write(), eIcoTabulatedThermo< EquationOfState >::write(), hIcoTabulatedThermo< EquationOfState >::write(), linear< Type >::write(), icoTabulated< Specie >::write(), perfectFluid< Specie >::write(), tabulatedTransport< Thermo >::write(), logPolynomialTransport< Thermo, PolySize >::write(), adiabaticPerfectFluid< Specie >::write(), Boussinesq< Specie >::write(), janafThermo< EquationOfState >::write(), icoPolynomial< Specie, PolySize >::write(), rPolynomial< Specie >::write(), hPolynomialThermo< EquationOfState, PolySize >::write(), ePolynomialThermo< EquationOfState, PolySize >::write(), hTabulatedThermo< EquationOfState >::write(), eTabulatedThermo< EquationOfState >::write(), and rhoTabulated< Specie >::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.

Referenced by dictionary::isNull(), and dictionary::operator=().

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: