OFStackLinkBase Struct Reference

non-template single linked list class, used to store elements of a stack. More...

Inheritance diagram for OFStackLinkBase:

OFStackLink< T > List of all members.

Public Member Functions

 OFStackLinkBase ()
 default constructor
virtual ~OFStackLinkBase ()
 destructor

Public Attributes

OFStackLinkBasenext
 pointer to next entry in list

Private Member Functions

 OFStackLinkBase (const OFStackLinkBase &)
 private undefined copy constructor
OFStackLinkBaseoperator= (const OFStackLinkBase &)
 private undefined copy assignment operator

Detailed Description

non-template single linked list class, used to store elements of a stack.

Implicitly used by OFStack, should not be called by users.

Definition at line 59 of file ofstack.h.


The documentation for this struct was generated from the following file:


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1