Public Member Functions | |
| DcmObject * | append (DcmObject *obj) |
| DcmObject * | prepend (DcmObject *obj) |
| DcmObject * | insert (DcmObject *obj, E_ListPos pos=ELP_next) |
| DcmObject * | remove () |
| DcmObject * | get (E_ListPos pos=ELP_atpos) |
| DcmObject * | seek (E_ListPos pos=ELP_next) |
| DcmObject * | seek_to (unsigned long absolute_position) |
| unsigned long | card () const |
| OFBool | empty (void) const |
| OFBool | valid (void) const |
Private Member Functions | |
| DcmList & | operator= (const DcmList &) |
| DcmList (const DcmList &newList) | |
Private Attributes | |
| DcmListNode * | firstNode |
| DcmListNode * | lastNode |
| DcmListNode * | currentNode |
| unsigned long | cardinality |
Definition at line 84 of file dclist.h.