DCMTK  Version 3.6.1 20170228
OFFIS DICOM Toolkit
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 >:

Public Member Functions

 OFStackLink (const T &i)
 constructor More...
 
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.

Constructor & Destructor Documentation

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

constructor

Parameters
ielement maintain by this object

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


Generated on Tue Feb 28 2017 for DCMTK Version 3.6.1 20170228 by Doxygen 1.8.8