Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

Containers_T.h File Reference

#include "ace/config-all.h"
#include "ace/Containers.h"
#include "ace/Node.h"
#include "ace/Array_Base.h"
#include "ace/Unbounded_Set.h"
#include "ace/Unbounded_Queue.h"
#include "ace/Containers_T.inl"
#include "ace/Containers_T.cpp"

Include dependency graph for Containers_T.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Classes

class  ACE_Bounded_Stack< T >
 Implement a generic LIFO abstract data type. More...
class  ACE_Fixed_Stack< T, ACE_SIZE >
 Implement a generic LIFO abstract data type. More...
class  ACE_DNode< T >
 Implementation element in a bilinked list. 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_Double_Linked_List_Iterator_Base< T >
 Implements a common base class for iterators for a double linked list ADT. More...
class  ACE_Double_Linked_List_Iterator< T >
 Implements an iterator for a double linked list ADT. More...
class  ACE_Double_Linked_List_Reverse_Iterator< T >
 Implements a reverse iterator for a double linked list ADT. More...
class  ACE_Double_Linked_List< T >
 A double-linked list implementation. More...
class  ACE_DLList< T >
 A double-linked list container class. More...
class  ACE_DLList_Iterator< T >
 A double-linked list container class iterator. More...
class  ACE_DLList_Reverse_Iterator< T >
 A double-linked list container class iterator. More...
class  ACE_Fixed_Set_Iterator_Base< T, ACE_SIZE >
 Implements a common base class for iterators for a unordered set. More...
class  ACE_Fixed_Set_Iterator< T, ACE_SIZE >
 Iterates through an unordered set. More...
class  ACE_Fixed_Set_Const_Iterator< T, ACE_SIZE >
 Iterates through a const unordered set. More...
class  ACE_Fixed_Set< T, ACE_SIZE >
 Implement a simple unordered set of <t> with maximum <ace_size>. More...
class  ACE_Bounded_Set_Iterator< T >
 Iterates through an unordered set. More...
class  ACE_Bounded_Set< T >
 Implement a simple unordered set of <t> with maximum set at creation time. More...
struct  ACE_Bounded_Set< T >::Search_Structure
class  ACE_Ordered_MultiSet_Iterator< T >
 Implement a bidirectional iterator over an ordered multiset. This class template requires that < operator semantics be defined for the parameterized type <t>, but does not impose any restriction on how that ordering operator is implemented. More...
class  ACE_Ordered_MultiSet< T >
 Implement a simple ordered multiset of <t> of unbounded size that allows duplicates. This class template requires that < operator semantics be defined for the parameterized type <t>, but does not impose any restriction on how that ordering operator is implemented. The set is implemented as a linked list. More...
class  ACE_Array< T >
 A dynamic array class. More...

Typedefs

typedef ACE_Double_Linked_List<
ACE_DLList_Node
ACE_DLList_Base

Detailed Description

Id
Containers_T.h,v 1.72 2004/08/02 14:01:36 schmidt Exp

Author:
Douglas C. Schmidt <schmidt@cs.wustl.edu>

Typedef Documentation

typedef ACE_Double_Linked_List<ACE_DLList_Node> ACE_DLList_Base
 


Generated on Thu Feb 10 20:35:36 2005 for ACE by  doxygen 1.3.9.1