TAO_CosNaming 4.0.0
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | Friends | List of all members
ACE_NS_Node< T > Class Template Reference

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

#include <Naming_Service_Container.h>

Collaboration diagram for ACE_NS_Node< T >:
Collaboration graph
[legend]

Public Member Functions

 ~ACE_NS_Node ()
 

Private Member Functions

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

Private Attributes

ACE_NS_Node< T > * next_
 Pointer to next element in the list of <ACE_NS_Node>s.
 
item_
 Current value of the item in this node.
 

Friends

class ACE_Unbounded_List< T >
 
class ACE_Unbounded_List_Iterator< T >
 

Detailed Description

template<class T>
class ACE_NS_Node< T >

Implementation element in a Queue, List, and Stack.

Constructor & Destructor Documentation

◆ ~ACE_NS_Node()

template<class T >
ACE_NS_Node< T >::~ACE_NS_Node ( )

◆ ACE_NS_Node() [1/3]

template<class T >
ACE_NS_Node< T >::ACE_NS_Node ( const T & i,
ACE_NS_Node< T > * n )
private

◆ ACE_NS_Node() [2/3]

template<class T >
ACE_NS_Node< T >::ACE_NS_Node ( ACE_NS_Node< T > * n = 0,
int = 0 )
private

◆ ACE_NS_Node() [3/3]

template<class T >
ACE_NS_Node< T >::ACE_NS_Node ( const ACE_NS_Node< T > & n)
private

Friends And Related Symbol Documentation

◆ ACE_Unbounded_List< T >

template<class T >
friend class ACE_Unbounded_List< T >
friend

◆ ACE_Unbounded_List_Iterator< T >

template<class T >
friend class ACE_Unbounded_List_Iterator< T >
friend

Member Data Documentation

◆ item_

template<class T >
T ACE_NS_Node< T >::item_
private

Current value of the item in this node.

◆ next_

template<class T >
ACE_NS_Node<T>* ACE_NS_Node< T >::next_
private

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


The documentation for this class was generated from the following files: