#include <Containers_T.h>
Collaboration diagram for ACE_DNode:
Public Methods | |
~ACE_DNode (void) | |
This isn't necessary, but it keeps some compilers happy. | |
Private Methods | |
ACE_DNode (const T &i, ACE_DNode<T> *n = 0, ACE_DNode<T> *p = 0) | |
Private Attributes | |
ACE_DNode<T>* | next_ |
Pointer to next element in the list of s. | |
ACE_DNode<T>* | prev_ |
Pointer to previous element in the list of s. | |
T | item_ |
Current value of the item in this node. | |
Friends | |
class | ACE_Ordered_MultiSet< T > |
class | ACE_Ordered_MultiSet_Iterator< T > |
|
This isn't necessary, but it keeps some compilers happy.
|
|
|
|
|
|
|
|
Current value of the item in this node.
|
|
Pointer to next element in the list of s.
|
|
Pointer to previous element in the list of s.
|