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

Containers_T.h File Reference

Containers_T.h,v 1.67 2002/09/16 05:37:31 jwillemsen Exp. More...

#include "ace/pre.h"
#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/post.h"

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

Compounds

class  ACE_Array
 A dynamic array class. More...

class  ACE_Bounded_Set
 Implement a simple unordered set of <T> with maximum set at creation time. More...

class  ACE_Bounded_Set_Iterator
 Iterates through an unordered set. More...

class  ACE_Bounded_Stack
 Implement a generic LIFO abstract data type. More...

class  ACE_DLList
 A double-linked list container class. More...

class  ACE_DLList_Iterator
 A double-linked list container class iterator. More...

class  ACE_DLList_Reverse_Iterator
 A double-linked list container class iterator. More...

class  ACE_DNode
 Implementation element in a bilinked list. More...

class  ACE_Double_Linked_List
 A double-linked list implementation. More...

class  ACE_Double_Linked_List_Iterator
 Implements an iterator for a double linked list ADT. More...

class  ACE_Double_Linked_List_Iterator_Base
 Implements a common base class for iterators for a double linked list ADT. More...

class  ACE_Double_Linked_List_Reverse_Iterator
 Implements a reverse iterator for a double linked list ADT. More...

class  ACE_Fixed_Set
 Implement a simple unordered set of <T> with maximum <ACE_SIZE>. More...

class  ACE_Fixed_Set_Const_Iterator
 Iterates through a const unordered set. More...

class  ACE_Fixed_Set_Iterator
 Iterates through an unordered set. More...

class  ACE_Fixed_Stack
 Implement a generic LIFO abstract data type. More...

class  ACE_Ordered_MultiSet
 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_Ordered_MultiSet_Iterator
 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_Unbounded_Stack
 Implement a generic LIFO abstract data type. More...

class  ACE_Unbounded_Stack_Iterator
 Implement an iterator over an unbounded Stack. More...

struct  ACE_Bounded_Set::Search_Structure

Typedefs

typedef ACE_Double_Linked_List<
ACE_DLList_Node
ACE_DLList_Base

Detailed Description

Containers_T.h,v 1.67 2002/09/16 05:37:31 jwillemsen 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 Oct 10 16:17:38 2002 for ACE by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001