Gerneral purpose template dictionary class which manages the storage associated with it. More...
#include <OpenFOAM/Dictionary_.H>
Gerneral purpose 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 55 of file Dictionary_.H.
Inheritance diagram for Dictionary< T >:
Collaboration diagram for Dictionary< T >:Public Member Functions | |
| Dictionary () | |
| Null constructor.
| |
| Dictionary (const Dictionary &) | |
| Copy construct.
| |
| bool | erase (const word &keyword) |
| Remove an entry specified by keyword and delete the pointer.
| |
| Dictionary | ( | ) |
Null constructor.
Definition at line 33 of file Dictionary_.C.
| Dictionary | ( | const Dictionary< T > & | dict ) |
Copy construct.
Definition at line 38 of file Dictionary_.C.
| bool erase | ( | const word & | keyword ) |
Remove an entry specified by keyword and delete the pointer.
Returns true if the keyword was found
Definition at line 47 of file Dictionary_.C.
References Foam::T().