| 
    ACE 7.1.0
    
   | 
 
Base implementation of element in a DL list. Needed for ACE_Double_Linked_List. More...
#include <Containers.h>

Public Member Functions | |
| ACE_DLList_Node (void *i, ACE_DLList_Node *n=0, ACE_DLList_Node *p=0) | |
Public Attributes | |
| ACE_ALLOC_HOOK_DECLARE | |
| Declare the dynamic allocation hooks.   | |
| void * | item_ | 
| ACE_DLList_Node * | next_ | 
| ACE_DLList_Node * | prev_ | 
Protected Member Functions | |
| ACE_DLList_Node () | |
Base implementation of element in a DL list. Needed for ACE_Double_Linked_List.
      
  | 
  inline | 
      
  | 
  inlineprotected | 
      
  | 
  friend | 
      
  | 
  friend | 
      
  | 
  friend | 
      
  | 
  friend | 
| ACE_DLList_Node::ACE_ALLOC_HOOK_DECLARE | 
Declare the dynamic allocation hooks.
| void* ACE_DLList_Node::item_ | 
| ACE_DLList_Node* ACE_DLList_Node::next_ | 
| ACE_DLList_Node* ACE_DLList_Node::prev_ |