OFStackLink< T > Struct Template Reference

template class used to store stack entries. More...

Inheritance diagram for OFStackLink< T >:

OFStackLinkBase List of all members.

Public Member Functions

 OFStackLink (const T &i)
 constructor
virtual ~OFStackLink ()
 destructor

Public Attributes

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

Detailed Description

template<class T>
struct OFStackLink< T >

template class used to store stack entries.

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

Definition at line 171 of file ofstack.h.


Constructor & Destructor Documentation

template<class T>
OFStackLink< T >::OFStackLink const T &  i  )  [inline]
 

constructor

Parameters:
i element maintain by this object

Definition at line 179 of file ofstack.h.


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


Generated on 20 Dec 2005 for OFFIS DCMTK Version 3.5.4 by Doxygen 1.4.5