Easemob Windows SDK
Public Types | Public Member Functions | List of all members
easemob::EMSet< _Key, _Compare, _Allocator > Class Template Reference
Inheritance diagram for easemob::EMSet< _Key, _Compare, _Allocator >:
Inheritance graph
Collaboration diagram for easemob::EMSet< _Key, _Compare, _Allocator >:
Collaboration graph

Public Types

typedef _Key key_type
 
typedef key_type value_type
 
typedef std::set< _Key >::iterator iterator
 
typedef std::set< _Key >::const_iterator const_iterator
 
typedef std::set< _Key >::reverse_iterator reverse_iterator
 
typedef std::set< _Key >::const_reverse_iterator const_reverse_iterator
 
typedef _Compare key_compare
 
typedef key_compare value_compare
 
typedef _Allocator allocator_type
 
typedef std::set< _Key >::size_type size_type
 

Public Member Functions

 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())
 
EMSetoperator= (std::set< key_type > &set)
 
 EMSet (const std::set< key_type > &v)
 
 EMSet (const EMSet< key_type > &v)
 
EMSetoperator= (const EMSet< key_type > &v)
 
EMSetoperator= (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)
 
EMSetoperator= (EMSet< key_type > &&v)
 
EMSetoperator= (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 EMSetoperator= (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
 
- Public Member Functions inherited from easemob::EMSTLBase
std::recursive_mutex & getMutex ()
 

Additional Inherited Members

- Protected Attributes inherited from easemob::EMSTLBase
std::recursive_mutex mMutex
 

The documentation for this class was generated from the following file: