ACE_Intrusive_List_Node< T > Class Template ReferenceImplement the requirements for ACE_Intrusive_List. More...
Collaboration diagram for ACE_Intrusive_List_Node< T >:
Detailed Descriptiontemplate<class T>
Implement the requirements for ACE_Intrusive_List.
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_Intrusive_List_Node< T >::ACE_Intrusive_List_Node | ( | void | ) | [inline, protected] |
Constructor.
The constructor is protected, because only derived classes should be instantiated.
ACE_BEGIN_VERSIONED_NAMESPACE_DECL ACE_INLINE T * ACE_Intrusive_List_Node< T >::prev | ( | void | ) | const [inline] |
ACE_INLINE void ACE_Intrusive_List_Node< T >::prev | ( | T * | x | ) | [inline] |
ACE_INLINE T * ACE_Intrusive_List_Node< T >::next | ( | void | ) | const [inline] |
ACE_INLINE void ACE_Intrusive_List_Node< T >::next | ( | T * | x | ) | [inline] |
T* ACE_Intrusive_List_Node< T >::prev_ [private] |
Head and tail of the list.
T* ACE_Intrusive_List_Node< T >::next_ [private] |