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]
List of all members.

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_Nodenext_
ACE_DLList_Nodeprev_

Protected Member Functions

 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 >

Detailed Description

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

Definition at line 37 of file Containers.h.


Constructor & Destructor Documentation

ACE_INLINE ACE_DLList_Node::ACE_DLList_Node void *&  i,
ACE_DLList_Node n = 0,
ACE_DLList_Node p = 0
 

Definition at line 16 of file Containers.inl.

00019   : item_ (i),
00020     next_ (n),
00021     prev_ (p)
00022 {
00023 }

ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE ACE_DLList_Node::ACE_DLList_Node void   )  [protected]
 

Definition at line 8 of file Containers.inl.

00009   : item_ (0),
00010     next_ (0),
00011     prev_ (0)
00012 {
00013 }


Friends And Related Function Documentation

friend class ACE_Double_Linked_List< ACE_DLList_Node > [friend]
 

Definition at line 40 of file Containers.h.

friend class ACE_Double_Linked_List_Iterator< ACE_DLList_Node > [friend]
 

Definition at line 42 of file Containers.h.

friend class ACE_Double_Linked_List_Iterator_Base< ACE_DLList_Node > [friend]
 

Definition at line 41 of file Containers.h.

friend class ACE_Double_Linked_List_Reverse_Iterator< ACE_DLList_Node > [friend]
 

Definition at line 43 of file Containers.h.


Member Data Documentation

ACE_DLList_Node::ACE_ALLOC_HOOK_DECLARE
 

Declare the dynamic allocation hooks.

Definition at line 50 of file Containers.h.

void* ACE_DLList_Node::item_
 

Definition at line 52 of file Containers.h.

Referenced by ACE_DLList< T >::delete_head(), ACE_DLList< T >::delete_tail(), ACE_DLList< T >::get(), ACE_DLList< T >::insert_head(), ACE_DLList< T >::insert_tail(), ACE_DLList_Reverse_Iterator< T >::next(), and ACE_DLList_Iterator< T >::next().

ACE_DLList_Node* ACE_DLList_Node::next_
 

Definition at line 54 of file Containers.h.

ACE_DLList_Node* ACE_DLList_Node::prev_
 

Definition at line 55 of file Containers.h.


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:21:45 2006 for ACE by doxygen 1.3.6