Template dictionary class which does not manages the storage associated with it. More...
#include <OpenFOAM/UDictionary.H>
Template dictionary class which does not manages the storage associated with it.
It is derived from DictionaryBase instantiated on a non-memory managed form of intrusive doubly-linked list of <T>.
Definition at line 55 of file UDictionary.H.
Public Member Functions | |
UDictionary () | |
Null constructor.
| |
UDictionary (const UDictionary &) | |
Copy construct.
|
UDictionary | ( | ) |
Null constructor.
Definition at line 31 of file UDictionary.C.
UDictionary | ( | const UDictionary< T > & | dict ) |
Copy construct.
Definition at line 36 of file UDictionary.C.