DcmListNode Class Reference

helper class maintaining an entry in a DcmList double-linked list More...

List of all members.

Public Member Functions

 DcmListNode (DcmObject *obj)
 constructor
 ~DcmListNode ()
 destructor
DcmObjectvalue ()
 return pointer to object maintained by this list node

Private Member Functions

 DcmListNode (const DcmListNode &)
 private undefined copy constructor
DcmListNodeoperator= (const DcmListNode &)
 private undefined copy assignment operator

Private Attributes

DcmListNodenextNode
 pointer to next node in double-linked list
DcmListNodeprevNode
 pointer to previous node in double-linked list
DcmObjectobjNodeValue
 pointer to DcmObject instance maintained by this list entry

Friends

class DcmList


Detailed Description

helper class maintaining an entry in a DcmList double-linked list

Definition at line 47 of file dclist.h.


Constructor & Destructor Documentation

DcmListNode::DcmListNode ( DcmObject obj  ) 

constructor

Parameters:
obj object to be maintained by this list node


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


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1