This is the complete list of members for Coded< Type >, including all inherited members.
clone() const | Coded< Type > | virtual |
Coded(const word &name, const unitConversions &units, const dictionary &dict) | Coded< Type > | |
Coded(const Coded< Type > &cf1) | Coded< Type > | |
codedBase() | codedBase | |
codedBase(const word &name, const dictionary &dict) | codedBase | |
codedBase(const dictionary &dict) | codedBase | |
codedBase(const codedBase &cb) | codedBase | |
codeDict() const | codedBase | protectedvirtual |
codeName() const | codedBase | protectedvirtual |
codeTemplateC(const word &baseTypeName) const | codedBase | |
codeTemplateH(const word &baseTypeName) const | codedBase | |
count() const | refCount | inline |
declareRunTimeSelectionTable(autoPtr, Function2, dictionary,(const word &name, const Function2s::unitConversions &units, const dictionary &dict),(name, units, dict)) | Function2< Type > | |
declareRunTimeSelectionTable(autoPtr, Function2, Istream,(const word &name, const Function2s::unitConversions &units, Istream &is),(name, units, is)) | Function2< Type > | |
description() const | codedBase | protectedvirtual |
Function2(const word &name) | Function2< Type > | |
Function2(const Function2< Type > &f2) | Function2< Type > | |
name() const | Function2< Type > | |
name_ | Function2< Type > | protected |
New(const word &name, const Function2s::unitConversions &units, const dictionary &dict) | Function2< Type > | static |
New(const word &name, const unitConversion &xUnits, const unitConversion &yUnits, const unitConversion &valueUnits, const dictionary &dict) | Function2< Type > | static |
New(const word &name, const Function2s::unitConversions &units, const word &Function2Type, Istream &is) | Function2< Type > | static |
New(const word &name, const unitConversion &xUnits, const unitConversion &yUnits, const unitConversion &valueUnits, const word &Function2Type, Istream &is) | Function2< Type > | static |
operator++() | refCount | inline |
operator++(int) | refCount | inline |
operator--() | refCount | inline |
operator--(int) | refCount | inline |
operator=(const Coded< Type > &)=delete | Coded< Type > | |
Foam::Function2::operator=(const Function2< Type > &) | Function2< Type > | |
Foam::refCount::operator=(const refCount &)=delete | refCount | |
Foam::codedBase::operator=(const codedBase &)=delete | codedBase | |
refCount() | refCount | inlineprotected |
refCount(const refCount &)=delete | refCount | protected |
returnType typedef | Function2< Type > | |
TypeName("coded") | Coded< Type > | |
Foam::Function2::TypeName("Function2") | Function2< Type > | |
Foam::codedBase::TypeName("codedBase") | codedBase | |
unique() const | refCount | inline |
updateLibrary() const | codedBase | protected |
value(const scalar x, const scalar y) const | Coded< Type > | inlinevirtual |
value(const scalarField &x, const scalarField &y) const | Coded< Type > | virtual |
write(Ostream &os, const unitConversions &units) const | Coded< Type > | virtual |
writeCode(Ostream &os) const | codedBase | virtual |
~Coded() | Coded< Type > | virtual |
~codedBase() | codedBase | virtual |
~Function2() | Function2< Type > | virtual |