OFStackLinkBase Struct Reference

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

Inheritance diagram for OFStackLinkBase:
Inheritance graph
[legend]
Collaboration diagram for OFStackLinkBase:
Collaboration graph
[legend]

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 64 of file ofstack.h.


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


Generated on 12 Dec 2009 for OFFIS DCMTK Version 3.5.4 by Doxygen 1.6.1