ACE  6.0.7
Public Member Functions | Private Member Functions | Private Attributes | Friends
ACE_Node Class Reference

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

#include <Node.h>

Collaboration diagram for ACE_Node:
Collaboration graph
[legend]

List of all members.

Public Member Functions

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

Private Member Functions

 ACE_Node (const T &i, ACE_Node< T, C > *n)
 ACE_Node (ACE_Node< T, C > *n=0, int=0)
 ACE_Node (const ACE_Node< T, C > &n)
void operator= (const ACE_Node< T, C > &)
 Not possible.

Private Attributes

ACE_Node< T, C > * next_
 Pointer to next element in the list of ACE_Nodes.
item_
 Current value of the item in this node.

Friends

class ACE_Unbounded_Queue< T >
class ACE_Unbounded_Queue_Iterator< T >
class ACE_Unbounded_Queue_Const_Iterator< T >
class ACE_Unbounded_Set_Ex< T, C >
class ACE_Unbounded_Set_Ex_Iterator< T, C >
class ACE_Unbounded_Set_Ex_Const_Iterator< T, C >
class ACE_Unbounded_Stack< T >
class ACE_Unbounded_Stack_Iterator< T >

Detailed Description

Implementation element in a Queue, Set, and Stack.


Constructor & Destructor Documentation

ACE_Node::~ACE_Node ( void  )

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

ACE_Node::ACE_Node ( const T &  i,
ACE_Node< T, C > *  n 
) [private]
ACE_Node::ACE_Node ( ACE_Node< T, C > *  n = 0,
int  = 0 
) [private]
ACE_Node::ACE_Node ( const ACE_Node< T, C > &  n) [private]

Member Function Documentation

void ACE_Node::operator= ( const ACE_Node< T, C > &  ) [private]

Not possible.


Friends And Related Function Documentation

friend class ACE_Unbounded_Queue< T > [friend]
friend class ACE_Unbounded_Queue_Const_Iterator< T > [friend]
friend class ACE_Unbounded_Queue_Iterator< T > [friend]
friend class ACE_Unbounded_Set_Ex< T, C > [friend]
friend class ACE_Unbounded_Set_Ex_Const_Iterator< T, C > [friend]
friend class ACE_Unbounded_Set_Ex_Iterator< T, C > [friend]
friend class ACE_Unbounded_Stack< T > [friend]
friend class ACE_Unbounded_Stack_Iterator< T > [friend]

Member Data Documentation

T ACE_Node::item_ [private]

Current value of the item in this node.

ACE_Node<T, C>* ACE_Node::next_ [private]

Pointer to next element in the list of ACE_Nodes.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines