OFFIS DCMTK  Version 3.6.0
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
DcmStackNode Class Reference

helper class used by DcmStack. More...

Collaboration diagram for DcmStackNode:
[legend]

Public Member Functions

 DcmStackNode (DcmObject *obj)
 constructor. More...
 
 ~DcmStackNode ()
 destructor, non virtual.
 
DcmObject * value () const
 return pointer maintained by this entry More...
 

Private Member Functions

 DcmStackNode (const DcmStackNode &)
 private undefined copy constructor
 
DcmStackNode & operator= (const DcmStackNode &)
 private undefined copy assignment operator
 

Private Attributes

DcmStackNode * link
 pointer to next stack entry, NULL if last one
 
DcmObject * objNodeValue
 pointer to object referenced by this stack entry
 

Friends

class DcmStack
 class DcmStack directly manipulates the pointer chain
 

Detailed Description

helper class used by DcmStack.

Maintains a single stack entry.

Definition at line 40 of file dcstack.h.

Constructor & Destructor Documentation

DcmStackNode::DcmStackNode ( DcmObject *  obj)

constructor.

Parameters
objobject pointer for this stack entry

Member Function Documentation

DcmObject* DcmStackNode::value ( ) const

return pointer maintained by this entry

Returns
object pointer

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


Generated on Wed Jan 4 2017 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.6