DCMTK
Version 3.6.1 20120515
OFFIS DICOM Toolkit
|
template class used to store stack entries. More...
Public Member Functions | |
OFStackLink (const T &i) | |
constructor | |
virtual | ~OFStackLink () |
destructor | |
Public Attributes | |
T | info |
element on stack | |
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.
OFStackLink< T >::OFStackLink | ( | const T & | i | ) | [inline] |
constructor
i | element maintain by this object |