| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
non-template single linked list class, used to store elements of a stack. More...
 Inheritance diagram for OFStackLinkBase:
 Inheritance diagram for OFStackLinkBase:| Public Member Functions | |
| OFStackLinkBase () | |
| default constructor | |
| virtual | ~OFStackLinkBase () | 
| destructor | |
| Public Attributes | |
| OFStackLinkBase * | next | 
| pointer to next entry in list | |
| Private Member Functions | |
| OFStackLinkBase (const OFStackLinkBase &) | |
| private undefined copy constructor | |
| OFStackLinkBase & | operator= (const OFStackLinkBase &) | 
| private undefined copy assignment operator | |
non-template single linked list class, used to store elements of a stack.
Implicitly used by OFStack, should not be called by users.