Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound 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.i"
#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

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  Search_Structure

Typedefs

typedef ACE_Double_Linked_List<
ACE_DLList_Node
ACE_DLList_Base

Detailed Description

Id:
Containers_T.h,v 1.69 2003/07/19 19:04:11 dhinton Exp

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

Typedef Documentation

typedef ACE_Double_Linked_List<ACE_DLList_Node> ACE_DLList_Base
 


Generated on Fri Apr 2 16:05:26 2004 for ACE by doxygen1.2.18