|
| EMSet (const key_compare &comp=key_compare(), const allocator_type &alloc=allocator_type()) |
|
template<class InputIterator > |
| EMSet (InputIterator first, InputIterator last, const key_compare &comp=key_compare(), const allocator_type &alloc=allocator_type()) |
|
EMSet & | operator= (std::set< key_type > &set) |
|
| EMSet (const std::set< key_type > &v) |
|
| EMSet (const EMSet< key_type > &v) |
|
EMSet & | operator= (const EMSet< key_type > &v) |
|
EMSet & | operator= (const std::set< key_type > &v) |
|
| EMSet (std::set< key_type > &v) |
|
| EMSet (EMSet< key_type > &v) |
|
| EMSet (std::set< key_type > &&v) |
|
| EMSet (EMSet< key_type > &&v) |
|
EMSet & | operator= (EMSet< key_type > &&v) |
|
EMSet & | operator= (std::set< key_type > &&v) |
|
const std::set< key_type > & | get () const |
|
std::set< key_type > | clone () const |
|
_LIBCPP_INLINE_VISIBILITY | EMSet (std::initializer_list< value_type > __il, const value_compare &__comp=value_compare()) |
|
_LIBCPP_INLINE_VISIBILITY | EMSet (std::initializer_list< value_type > __il, const value_compare &__comp, const allocator_type &__a) |
|
_LIBCPP_INLINE_VISIBILITY EMSet & | operator= (std::initializer_list< value_type > __il) |
|
std::pair< iterator, bool > | insert (const value_type &val) |
|
iterator | insert (iterator position, const value_type &val) |
|
template<class InputIterator > |
void | insert (InputIterator first, InputIterator last) |
|
iterator | erase (iterator position) |
|
size_type | erase (const value_type &val) |
|
iterator | erase (iterator first, iterator last) |
|
void | swap (std::set< key_type > &x) |
|
void | swap (EMSet< key_type > &x) |
|
void | clear () |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
reverse_iterator | rbegin () |
|
const_reverse_iterator | rbegin () const |
|
reverse_iterator | rend () |
|
const_reverse_iterator | rend () const |
|
const_iterator | cbegin () const |
|
const_iterator | cend () const |
|
const_reverse_iterator | crbegin () const |
|
const_reverse_iterator | crend () const |
|
bool | empty () const |
|
size_type | size () const |
|
size_type | max_size () const |
|
iterator | find (const value_type &val) const |
|
size_type | count (const value_type &val) const |
|
iterator | lower_bound (const value_type &val) const |
|
iterator | upper_bound (const value_type &val) const |
|
std::pair< iterator, iterator > | equal_range (const value_type &val) const |
|
std::recursive_mutex & | getMutex () |
|