Base level of Lookup and LookupField classes. More...


Public Member Functions | |
| void | operator= (const lookupBase &)=delete |
| No copy assignment. More... | |
| lookupBase (const dictionary &dict) | |
| Construct from dictionary. More... | |
| lookupBase (const lookupBase &rhs) | |
| Copy construct. More... | |
| virtual | ~lookupBase ()=default |
| Destructor. More... | |
| virtual void | writeEntries (Ostream &os) const |
| Write coefficient entries in dictionary format. More... | |
Protected Attributes | |
| word | name_ |
| Key of object. More... | |
Base level of Lookup and LookupField classes.
Definition at line 46 of file lookupBase.H.
|
explicit |
Construct from dictionary.
Definition at line 25 of file lookupBase.C.
|
explicit |
Copy construct.
Definition at line 31 of file lookupBase.C.
|
virtualdefault |
Destructor.
|
delete |
No copy assignment.
|
virtual |
Write coefficient entries in dictionary format.
Definition at line 39 of file lookupBase.C.
References os(), and Ostream::writeEntry().

|
protected |
Key of object.
Definition at line 55 of file lookupBase.H.