ACE 7.0.7
|
Compatibility wrapper for ACE_Unbounded_Set_Ex. More...
#include <Unbounded_Set.h>
Public Member Functions | |
ACE_Unbounded_Set (ACE_Allocator *alloc=nullptr) | |
![]() | |
ACE_Unbounded_Set_Ex (ACE_Allocator *alloc=nullptr) | |
ACE_Unbounded_Set_Ex (const ACE_Unbounded_Set_Default_Comparator< T > &comparator, ACE_Allocator *alloc=nullptr) | |
ACE_Unbounded_Set_Ex (const ACE_Unbounded_Set_Ex< T, ACE_Unbounded_Set_Default_Comparator< T > > &) | |
Copy constructor. More... | |
ACE_Unbounded_Set_Ex< T, ACE_Unbounded_Set_Default_Comparator< T > > & | operator= (const ACE_Unbounded_Set_Ex< T, ACE_Unbounded_Set_Default_Comparator< T > > &) |
Assignment operator. More... | |
~ACE_Unbounded_Set_Ex () | |
Destructor. More... | |
bool | is_empty () const |
Returns true if the container is empty, otherwise returns false . More... | |
bool | is_full () const |
Returns false . More... | |
int | insert (const T &new_item) |
Linear insertion of an item. More... | |
int | insert_tail (const T &item) |
int | remove (const T &item) |
Linear remove operation. More... | |
int | find (const T &item) const |
size_t | size () const |
Size of the set. More... | |
void | dump () const |
Dump the state of an object. More... | |
void | reset () |
Reset the ACE_Unbounded_Set_Ex to be empty. More... | |
iterator | begin () |
const_iterator | begin () const |
iterator | end () |
const_iterator | end () const |
Compatibility wrapper for ACE_Unbounded_Set_Ex.
ACE_Unbounded_Set< T >::ACE_Unbounded_Set | ( | ACE_Allocator * | alloc = nullptr | ) |