ACE
6.2.5
|
#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... | |