ACE  6.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes
Node.h File Reference
#include "ace/Node.cpp"

Classes

class  ACE_Unbounded_Set_Ex< T, C >
 Implement a simple unordered set of <T> of unbounded size. More...
 
class  ACE_Unbounded_Set_Ex_Iterator< T, C >
 Implement an iterator over an unbounded set. More...
 
class  ACE_Unbounded_Set_Ex_Const_Iterator< T, C >
 Implement an const iterator over an unbounded set. More...
 
class  ACE_Unbounded_Queue< T >
 A Queue of "infinite" length. More...
 
class  ACE_Unbounded_Queue_Iterator< T >
 Implement an iterator over an unbounded queue. More...
 
class  ACE_Unbounded_Queue_Const_Iterator< T >
 Implement an iterator over an const unbounded queue. More...
 
class  ACE_Unbounded_Stack< T >
 Implement a generic LIFO abstract data type. More...
 
class  ACE_Unbounded_Stack_Iterator< T >
 Implement an iterator over an unbounded Stack. More...
 
class  ACE_Node< T, C >
 Implementation element in a Queue, Set, and Stack. More...
 

Detailed Description

Id:
Node.h 81624 2008-05-06 17:14:57Z wotte
Author
Doug Schmidt