General purpose template dictionary class that manages the storage associated with it. More...
Public Member Functions | |
Dictionary (const label size=128) | |
Dictionary (const Dictionary &dict) | |
bool | erase (const word &keyword) |
![]() | |
DictionaryBase (const label size=128) | |
DictionaryBase (const DictionaryBase &dict) | |
DictionaryBase (Istream &is, const INew &inew) | |
DictionaryBase (Istream &is) | |
bool | found (const word &keyword) const |
const T * | cfind (const word &keyword) const |
T * | find (const word &keyword) |
const T * | lookup (const word &keyword) const |
T * | lookup (const word &keyword) |
wordList | toc () const |
wordList | sortedToc () const |
wordList | sortedToc (const Compare &comp) const |
Foam::wordList | sortedToc (const Compare &comp) const |
void | insert (const word &keyword, T *) |
void | append (const word &keyword, T *) |
T * | remove (const word &keyword) |
void | clear () |
void | transfer (DictionaryBase< IDLListType, T > &dict) |
void | operator= (const DictionaryBase &) |
const T * | operator[] (const word &key) const |
T * | operator[] (const word &key) |
const T * | lookupPtr (const word &keyword) const |
T * | lookupPtr (const word &keyword) |
Additional Inherited Members | |
![]() | |
void | addEntries () |
![]() | |
HashTable< T * > | hashedTs_ |
General purpose template dictionary class that manages the storage associated with it.
It is derived from DictionaryBase instantiated on a memory managed form of intrusive doubly-linked list of <T>.
Definition at line 53 of file Dictionary.H.
|
explicit |
Definition at line 27 of file Dictionary.C.
Dictionary | ( | const Dictionary< T > & | dict | ) |
Definition at line 34 of file Dictionary.C.
Definition at line 43 of file Dictionary.C.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.