DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
template class used to store stack entries. More...
Public Member Functions | |
OFStackLink (const T &i) | |
constructor More... | |
virtual | ~OFStackLink () |
destructor | |
![]() | |
OFStackLinkBase () | |
default constructor | |
virtual | ~OFStackLinkBase () |
destructor | |
Public Attributes | |
T | info |
element on stack | |
![]() | |
OFStackLinkBase * | next |
pointer to next entry in list | |
Private Member Functions | |
OFStackLink (const OFStackLink< T > &) | |
private undefined copy constructor | |
OFStackLink< T > & | operator= (const OFStackLink< T > &) |
private undefined copy assignment operator | |
template class used to store stack entries.
Implicitly used by OFStack, should not be called by users.
|
inline |
constructor
i | element maintain by this object |