OFFIS DCMTK  Version 3.6.0
Public Member Functions | Public Attributes | Private Member Functions | List of all members
OFStackLink< T > Struct Template Reference

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

Inheritance diagram for OFStackLink< T >:
[legend]
Collaboration diagram for OFStackLink< T >:
[legend]

Public Member Functions

 OFStackLink (const T &i)
 constructor
 
virtual ~OFStackLink ()
 destructor
 
- Public Member Functions inherited from OFStackLinkBase
 OFStackLinkBase ()
 default constructor
 
virtual ~OFStackLinkBase ()
 destructor
 

Public Attributes

info
 element on stack
 
- Public Attributes inherited from OFStackLinkBase
OFStackLinkBasenext
 pointer to next entry in list
 

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
ielement 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 Thu Dec 20 2012 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.2