| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
template class used to store stack entries. More...
 Inheritance diagram for OFStackLink< T >:
 Inheritance diagram for OFStackLink< T >:| Public Member Functions | |
| OFStackLink (const T &i) | |
| constructor | |
| virtual | ~OFStackLink () | 
| destructor | |
|  Public Member Functions inherited from OFStackLinkBase | |
| OFStackLinkBase () | |
| default constructor | |
| virtual | ~OFStackLinkBase () | 
| destructor | |
| Public Attributes | |
| T | info | 
| element on stack | |
|  Public Attributes inherited from OFStackLinkBase | |
| 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 | 
References OFStackLinkBase::OFStackLinkBase(), and info.
Referenced by OFStackLink(), and operator=().