#include <Containers.h>
Collaboration diagram for ACE_DLList_Node:

Public Methods | |
| ACE_DLList_Node (void *&i, ACE_DLList_Node *n=0, ACE_DLList_Node *p=0) | |
| ~ACE_DLList_Node (void) | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks. More... | |
| void * | item_ |
| ACE_DLList_Node * | next_ |
| ACE_DLList_Node * | prev_ |
Protected Methods | |
| ACE_DLList_Node (void) | |
Friends | |
| class | ACE_Double_Linked_List< ACE_DLList_Node > |
| class | ACE_Double_Linked_List_Iterator_Base< ACE_DLList_Node > |
| class | ACE_Double_Linked_List_Iterator< ACE_DLList_Node > |
| class | ACE_Double_Linked_List_Reverse_Iterator< ACE_DLList_Node > |
Definition at line 40 of file Containers.h.
|
||||||||||||||||
|
Definition at line 13 of file Containers.i.
|
|
|
Definition at line 23 of file Containers.i.
00024 {
00025 }
|
|
|
Definition at line 5 of file Containers.i.
|
|
|
Definition at line 43 of file Containers.h. |
|
|
Definition at line 45 of file Containers.h. |
|
|
Definition at line 44 of file Containers.h. |
|
|
Definition at line 46 of file Containers.h. |
|
|
Declare the dynamic allocation hooks.
Definition at line 54 of file Containers.h. |
|
|
Definition at line 56 of file Containers.h. Referenced by ACE_DLList::delete_head, ACE_DLList::delete_tail, ACE_DLList::get, ACE_DLList::insert_head, ACE_DLList::insert_tail, ACE_DLList_Reverse_Iterator::next, and ACE_DLList_Iterator::next. |
|
|
Definition at line 58 of file Containers.h. |
|
|
Definition at line 59 of file Containers.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002