Non-intrusive doubly-linked pointer list. More...
Public Member Functions | |
DLPtrList () | |
Null construct. More... | |
template<class INew > | |
DLPtrList (Istream &is, const INew &inewt) | |
Construct from Istream using given Istream constructor class. More... | |
DLPtrList (Istream &is) | |
Construct from Istream. More... | |
![]() | |
LPtrList () | |
Null construct. More... | |
LPtrList (T *a) | |
Construct given initial T. More... | |
LPtrList (Istream &, const INew &) | |
Construct from Istream using given Istream constructor class. More... | |
LPtrList (Istream &) | |
Construct from Istream using default Istream constructor class. More... | |
LPtrList (const LPtrList &) | |
Construct as copy. More... | |
~LPtrList () | |
Destructor. More... | |
T & | first () |
Return the first entry added. More... | |
const T & | first () const |
Return const access to the first entry added. More... | |
T & | last () |
Return the last entry added. More... | |
const T & | last () const |
Return const access to the last entry added. More... | |
bool | eraseHead () |
Remove the head element from the list and delete the pointer. More... | |
void | clear () |
Clear the contents of the list. More... | |
void | transfer (LPtrList< LListBase, T > &) |
Transfer the contents of the argument into this List. More... | |
void | operator= (const LPtrList< LListBase, T > &) |
Assign copy. More... | |
Additional Inherited Members | |
![]() | |
typedef T & | reference |
Type that can be used for storing into LPtrList::value_type. More... | |
typedef T & | const_reference |
Type that can be used for storing into constant. More... | |
typedef LListBase::iterator | LListBase_iterator |
typedef LListBase::const_iterator | LListBase_const_iterator |
Non-intrusive doubly-linked pointer list.
Definition at line 47 of file DLPtrList.H.
|
inline |
Null construct.
Definition at line 57 of file DLPtrList.H.
Construct from Istream using given Istream constructor class.
Definition at line 62 of file DLPtrList.H.
Construct from Istream.
Definition at line 68 of file DLPtrList.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.