MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / name

Function name

src/OpenFOAM/db/IOobjects/IOdictionary/baseIOdictionary.C:86–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84// * * * * * * * * * * * * * * * Members Functions * * * * * * * * * * * * * //
85
86const Foam::word& Foam::baseIOdictionary::name() const
87{
88 return regIOobject::name();
89}
90
91
92// * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * //
93
94void Foam::baseIOdictionary::operator=(const baseIOdictionary& rhs)
95{
96 dictionary::operator=(rhs);
97}
98
99
100// ************************************************************************* //

Callers 15

readDataFunction · 0.70
baseIOdictionary.CFile · 0.70
readDataFunction · 0.70
dimensionedMethod · 0.50
dimensionedType.CFile · 0.50
Time.CFile · 0.50
setTimeFunction · 0.50
readDictFunction · 0.50
writeHeaderFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected