ACE 8.0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | Friends | List of all members
ACE_DLList_Node Class Reference

Base implementation of element in a DL list. Needed for ACE_Double_Linked_List. More...

#include <Containers.h>

Collaboration diagram for ACE_DLList_Node:
Collaboration graph
[legend]

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.
 
voiditem_
 
ACE_DLList_Nodenext_
 
ACE_DLList_Nodeprev_
 

Protected Member Functions

 ACE_DLList_Node ()
 

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 >
 

Detailed Description

Base implementation of element in a DL list. Needed for ACE_Double_Linked_List.

Constructor & Destructor Documentation

◆ ACE_DLList_Node() [1/2]

ACE_DLList_Node::ACE_DLList_Node ( void * i,
ACE_DLList_Node * n = 0,
ACE_DLList_Node * p = 0 )
inline

◆ ACE_DLList_Node() [2/2]

ACE_DLList_Node::ACE_DLList_Node ( )
inlineprotected

Friends And Related Symbol Documentation

◆ ACE_Double_Linked_List< ACE_DLList_Node >

◆ ACE_Double_Linked_List_Iterator< ACE_DLList_Node >

◆ ACE_Double_Linked_List_Iterator_Base< ACE_DLList_Node >

◆ ACE_Double_Linked_List_Reverse_Iterator< ACE_DLList_Node >

Member Data Documentation

◆ ACE_ALLOC_HOOK_DECLARE

ACE_DLList_Node::ACE_ALLOC_HOOK_DECLARE

Declare the dynamic allocation hooks.

◆ item_

void* ACE_DLList_Node::item_

◆ next_

ACE_DLList_Node* ACE_DLList_Node::next_

◆ prev_

ACE_DLList_Node* ACE_DLList_Node::prev_

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