#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:

Classes | |
| class | ACE_Unbounded_Set_Ex_Iterator< T > |
| Implement an iterator over an unbounded set. More... | |
| class | ACE_Unbounded_Set_Ex_Const_Iterator< T > |
| Implement a const iterator over an unbounded set. More... | |
| class | ACE_Unbounded_Set_Ex< T > |
| Implement a simple unordered set of <t> of unbounded size. 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.
1.3.9.1