Template dictionary class which does not manages the storage associated with it. More...
#include <OpenFOAM/UPtrDictionary.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 UPtrDictionary.H.
Inheritance diagram for UPtrDictionary< T >:
Collaboration diagram for UPtrDictionary< T >:Public Member Functions | |
| UPtrDictionary () | |
| Null constructor.
| |
| UPtrDictionary (const UPtrDictionary &) | |
| Copy construct.
| |
| UPtrDictionary | ( | ) |
Null constructor.
Definition at line 31 of file UPtrDictionary.C.
| UPtrDictionary | ( | const UPtrDictionary< T > & | dict ) |
Copy construct.
Definition at line 36 of file UPtrDictionary.C.