#include "ace/Node.h"
#include "ace/os_include/os_stddef.h"
#include "ace/Unbounded_Set_Ex.inl"
#include "ace/Unbounded_Set_Ex.cpp"
Include dependency graph for Unbounded_Set_Ex.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Unbounded_Set_Ex |
Implement a simple unordered set of <T> of unbounded size. More... | |
class | ACE_Unbounded_Set_Ex_Const_Iterator |
Implement a const iterator over an unbounded set. More... | |
class | ACE_Unbounded_Set_Ex_Iterator |
Implement an iterator over an unbounded set. More... |
CAUTION: Pay attention to the state of the iterators. Deleting a set, or an element in a set, is only feasible when no iterator is active.