ACE
6.5.11
|
Classes | |
class | ACE_Double_Linked_List |
A double-linked list implementation. More... | |
class | ACE_Double_Linked_List_Iterator_Base |
Implements a common base class for iterators for a double linked list ADT. More... | |
class | ACE_Double_Linked_List_Iterator |
Implements an iterator for a double linked list ADT. More... | |
class | ACE_Double_Linked_List_Reverse_Iterator |
Implements a reverse iterator for a double linked list ADT. More... | |
class | ACE_DLList_Node |
Base implementation of element in a DL list. Needed for ACE_Double_Linked_List. More... | |