Template dictionary class which does not manages the storage associated with it. More...
#include <OpenFOAM/PtrDictionary.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 PtrDictionary.H.
Inheritance diagram for PtrDictionary< T >:
Collaboration diagram for PtrDictionary< T >:Public Member Functions | |
| PtrDictionary () | |
| Null constructor.
| |
| PtrDictionary (const PtrDictionary &) | |
| Copy construct.
| |
| template<class INew > | |
| PtrDictionary (Istream &, const INew &) | |
| Construct from Istream using given Istream constructor class.
| |
| PtrDictionary (Istream &) | |
| Construct from Istream.
| |
| PtrDictionary | ( | ) |
Null constructor.
Definition at line 31 of file PtrDictionary.C.
| PtrDictionary | ( | const PtrDictionary< T > & | dict ) |
Copy construct.
Definition at line 36 of file PtrDictionary.C.
| PtrDictionary | ( | Istream & | is, |
| const INew & | iNew | ||
| ) |
Construct from Istream using given Istream constructor class.
Definition at line 44 of file PtrDictionary.C.
| PtrDictionary | ( | Istream & | is ) |
Construct from Istream.
Definition at line 51 of file PtrDictionary.C.