Template dictionary class which manages the storage associated with it. More...
Public Member Functions | |
PtrDictionary (const label size=128) | |
Construct given initial table size. More... | |
PtrDictionary (const PtrDictionary &) | |
Copy construct. More... | |
template<class INew > | |
PtrDictionary (Istream &, const INew &) | |
Construct from Istream using given Istream constructor class. More... | |
PtrDictionary (Istream &) | |
Construct from Istream. More... | |
const T & | operator[] (const word &key) const |
Find and return entry. More... | |
T & | operator[] (const word &key) |
Find and return entry. More... | |
![]() | |
DictionaryBase (const label size=128) | |
Construct given initial table size. More... | |
DictionaryBase (const DictionaryBase &) | |
Copy construct. More... | |
DictionaryBase (Istream &, const INew &) | |
Construct from Istream using given Istream constructor class. More... | |
DictionaryBase (Istream &) | |
Construct from Istream using default Istream constructor class. More... | |
bool | found (const word &) const |
Search DictionaryBase for given keyword. More... | |
const T * | lookupPtr (const word &) const |
Find and return an entry if present, otherwise return NULL. More... | |
T * | lookupPtr (const word &) |
Find and return an entry if present, otherwise return NULL. More... | |
const T * | lookup (const word &) const |
Find and return entry. More... | |
T * | lookup (const word &) |
Find and return entry. More... | |
wordList | toc () const |
Return the table of contents. More... | |
void | insert (const word &, T *) |
Add at head of dictionary. More... | |
void | append (const word &, T *) |
Add at tail of dictionary. More... | |
T * | remove (const word &) |
Remove and return entry specified by keyword. More... | |
void | clear () |
Clear the dictionary. More... | |
void | transfer (DictionaryBase< IDLListType, T > &) |
Transfer the contents of the argument into this DictionaryBase. More... | |
void | operator= (const DictionaryBase &) |
const T * | operator[] (const word &key) const |
Find and return entry. More... | |
T * | operator[] (const word &key) |
Find and return entry. More... | |
Additional Inherited Members | |
![]() | |
void | addEntries () |
![]() | |
HashTable< T * > | hashedTs_ |
HashTable of the entries held on the IDLListType for quick lookup. More... | |
Template dictionary class which 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 PtrDictionary.H.
PtrDictionary | ( | const label | size = 128 | ) |
Construct given initial table size.
Definition at line 31 of file PtrDictionary.C.
PtrDictionary | ( | const PtrDictionary< T > & | dict | ) |
Copy construct.
Definition at line 38 of file PtrDictionary.C.
PtrDictionary | ( | Istream & | is, |
const INew & | iNew | ||
) |
Construct from Istream using given Istream constructor class.
Definition at line 46 of file PtrDictionary.C.
PtrDictionary | ( | Istream & | is | ) |
Construct from Istream.
Definition at line 53 of file PtrDictionary.C.
Find and return entry.
Definition at line 79 of file PtrDictionary.H.
Find and return entry.
Definition at line 85 of file PtrDictionary.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.