Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ACE_Node Class Template Reference

Implementation element in a Queue, Set, and Stack. More...

#include <Node.h>

Inheritance diagram for ACE_Node:

Inheritance graph
[legend]
Collaboration diagram for ACE_Node:

Collaboration graph
[legend]
List of all members.

Public Methods

 ~ACE_Node (void)
 This isn't necessary, but it keeps some compilers happy. More...


Private Methods

 ACE_Node (const T &i, ACE_Node< T > *n)
 ACE_Node (ACE_Node< T > *n=0, int=0)
 ACE_Node (const ACE_Node< T > &n)

Private Attributes

ACE_Node< T > * next_
 Pointer to next element in the list of <ACE_Node>s. More...

item_
 Current value of the item in this node. More...


Friends

class ACE_Unbounded_Queue< T >
class ACE_Unbounded_Queue_Iterator< T >
class ACE_Unbounded_Set< T >
class ACE_Unbounded_Set_Iterator< T >
class ACE_Unbounded_Set_Const_Iterator< T >
class ACE_Unbounded_Stack< T >
class ACE_Unbounded_Stack_Iterator< T >

Detailed Description

template<class T>
class ACE_Node< T >

Implementation element in a Queue, Set, and Stack.


Constructor & Destructor Documentation

template<class T>
ACE_Node< T >::~ACE_Node void   
 

This isn't necessary, but it keeps some compilers happy.

template<class T>
ACE_Node< T >::ACE_Node const T &    i,
ACE_Node< T > *    n
[private]
 

template<class T>
ACE_Node< T >::ACE_Node ACE_Node< T > *    n = 0,
int    = 0
[private]
 

template<class T>
ACE_Node< T >::ACE_Node const ACE_Node< T > &    s [private]
 


Friends And Related Function Documentation

template<class T>
friend class ACE_Unbounded_Queue< T > [friend]
 

template<class T>
friend class ACE_Unbounded_Queue_Iterator< T > [friend]
 

template<class T>
friend class ACE_Unbounded_Set< T > [friend]
 

template<class T>
friend class ACE_Unbounded_Set_Const_Iterator< T > [friend]
 

template<class T>
friend class ACE_Unbounded_Set_Iterator< T > [friend]
 

template<class T>
friend class ACE_Unbounded_Stack< T > [friend]
 

template<class T>
friend class ACE_Unbounded_Stack_Iterator< T > [friend]
 


Member Data Documentation

template<class T>
T ACE_Node::item_ [private]
 

Current value of the item in this node.

template<class T>
ACE_Node<T>* ACE_Node::next_ [private]
 

Pointer to next element in the list of <ACE_Node>s.


The documentation for this class was generated from the following files:
Generated on Sun Dec 1 11:24:41 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001