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 166 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 174 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