set< _Key,, > Class Template Reference#include <_set.h>
List of all members.
|
Public Types |
typedef _Key | key_type |
typedef _Key | value_type |
typedef _Compare | key_compare |
typedef _Compare | value_compare |
typedef _STLP_PRIV _Rb_tree<
key_type, key_compare, value_type,
_STLP_PRIV _Identity< value_type >,
_SetTraits, _Alloc > | _Rep_type |
typedef _Rep_type::pointer | pointer |
typedef _Rep_type::const_pointer | const_pointer |
typedef _Rep_type::reference | reference |
typedef _Rep_type::const_reference | const_reference |
typedef _Rep_type::iterator | iterator |
typedef _Rep_type::const_iterator | const_iterator |
typedef _Rep_type::reverse_iterator | reverse_iterator |
typedef _Rep_type::const_reverse_iterator | const_reverse_iterator |
typedef _Rep_type::size_type | size_type |
typedef _Rep_type::difference_type | difference_type |
typedef _Rep_type::allocator_type | allocator_type |
typedef _Key | key_type |
typedef _Key | value_type |
typedef _Compare | key_compare |
typedef _Compare | value_compare |
typedef _STLP_PRIV _Rb_tree<
_KeyStorageType, _CompareStorageType,
_KeyStorageType, _STLP_PRIV
_Identity< _KeyStorageType >,
_SetStorageTraits, _StorageTypeAlloc > | _Rep_type |
typedef _Priv_Rep_type::pointer | pointer |
typedef _Priv_Rep_type::const_pointer | const_pointer |
typedef _Priv_Rep_type::reference | reference |
typedef _Priv_Rep_type::const_reference | const_reference |
typedef _Priv_Rep_type::iterator | iterator |
typedef _Priv_Rep_type::const_iterator | const_iterator |
typedef _Priv_Rep_type::reverse_iterator | reverse_iterator |
typedef _Priv_Rep_type::const_reverse_iterator | const_reverse_iterator |
typedef _Priv_Rep_type::size_type | size_type |
typedef _Priv_Rep_type::difference_type | difference_type |
typedef _Priv_Rep_type::allocator_type | allocator_type |
Public Member Functions |
| set (const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type()) |
| set (const value_type *__first, const value_type *__last) |
| set (const value_type *__first, const value_type *__last, const _Compare &__comp, const allocator_type &__a=allocator_type()) |
| set (const_iterator __first, const_iterator __last) |
| set (const_iterator __first, const_iterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) |
| set (const _Self &__x) |
| set (__move_source< _Self > src) |
_Self & | operator= (const _Self &__x) |
key_compare | key_comp () const |
value_compare | value_comp () const |
allocator_type | get_allocator () const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
reverse_iterator | rbegin () |
reverse_iterator | rend () |
const_reverse_iterator | rbegin () const |
const_reverse_iterator | rend () const |
bool | empty () const |
size_type | size () const |
size_type | max_size () const |
void | swap (_Self &__x) |
pair< iterator, bool > | insert (const value_type &__x) |
iterator | insert (iterator __pos, const value_type &__x) |
void | insert (const_iterator __first, const_iterator __last) |
void | insert (const value_type *__first, const value_type *__last) |
void | erase (iterator __pos) |
size_type | erase (const key_type &__x) |
void | erase (iterator __first, iterator __last) |
void | clear () |
_STLP_TEMPLATE_FOR_CONT_EXT
const_iterator | find (const _KT &__x) const |
_STLP_TEMPLATE_FOR_CONT_EXT
iterator | find (const _KT &__x) |
_STLP_TEMPLATE_FOR_CONT_EXT
size_type | count (const _KT &__x) const |
_STLP_TEMPLATE_FOR_CONT_EXT
iterator | lower_bound (const _KT &__x) |
_STLP_TEMPLATE_FOR_CONT_EXT
const_iterator | lower_bound (const _KT &__x) const |
_STLP_TEMPLATE_FOR_CONT_EXT
iterator | upper_bound (const _KT &__x) |
_STLP_TEMPLATE_FOR_CONT_EXT
const_iterator | upper_bound (const _KT &__x) const |
_STLP_TEMPLATE_FOR_CONT_EXT
pair< iterator, iterator > | equal_range (const _KT &__x) |
_STLP_TEMPLATE_FOR_CONT_EXT
pair< const_iterator, const_iterator > | equal_range (const _KT &__x) const |
| set () |
| set (const _Compare &__comp, const allocator_type &__a=allocator_type()) |
| set (const value_type *__first, const value_type *__last) |
| set (const value_type *__first, const value_type *__last, const _Compare &__comp, const allocator_type &__a=allocator_type()) |
| set (const_iterator __first, const_iterator __last) |
| set (const_iterator __first, const_iterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type()) |
| set (const _Self &__x) |
| set (__move_source< _Self > src) |
_Self & | operator= (const _Self &__x) |
key_compare | key_comp () const |
value_compare | value_comp () const |
allocator_type | get_allocator () const |
iterator | begin () |
iterator | end () |
const_iterator | begin () const |
const_iterator | end () const |
reverse_iterator | rbegin () |
reverse_iterator | rend () |
const_reverse_iterator | rbegin () const |
const_reverse_iterator | rend () const |
bool | empty () const |
size_type | size () const |
size_type | max_size () const |
void | swap (_Self &__x) |
pair< iterator, bool > | insert (const value_type &__x) |
iterator | insert (iterator __pos, const value_type &__x) |
void | insert (const_iterator __first, const_iterator __last) |
void | insert (const value_type *__first, const value_type *__last) |
void | erase (iterator __pos) |
size_type | erase (const key_type &__x) |
void | erase (iterator __first, iterator __last) |
void | clear () |
_STLP_TEMPLATE_FOR_CONT_EXT
const_iterator | find (const _KT &__x) const |
_STLP_TEMPLATE_FOR_CONT_EXT
iterator | find (const _KT &__x) |
_STLP_TEMPLATE_FOR_CONT_EXT
size_type | count (const _KT &__x) const |
_STLP_TEMPLATE_FOR_CONT_EXT
iterator | lower_bound (const _KT &__x) |
_STLP_TEMPLATE_FOR_CONT_EXT
const_iterator | lower_bound (const _KT &__x) const |
_STLP_TEMPLATE_FOR_CONT_EXT
iterator | upper_bound (const _KT &__x) |
_STLP_TEMPLATE_FOR_CONT_EXT
const_iterator | upper_bound (const _KT &__x) const |
_STLP_TEMPLATE_FOR_CONT_EXT
pair< iterator, iterator > | equal_range (const _KT &__x) |
_STLP_TEMPLATE_FOR_CONT_EXT
pair< const_iterator, const_iterator > | equal_range (const _KT &__x) const |
Protected Types |
typedef _STLP_PRIV _SetTraitsT<
value_type > | _SetTraits |
typedef _STLP_PRIV _Rb_tree<
key_type, key_compare, value_type,
_STLP_PRIV _Identity< value_type >,
_SetTraits, _Alloc > | _Priv_Rep_type |
typedef _STLP_PRIV _SetTraitsT<
_KeyStorageType > | _SetStorageTraits |
Detailed Description
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >), _STLP_DEFAULT_ALLOCATOR_SELECT(_Key)>
class set< _Key,, >
Definition at line 46 of file _set.h.
Member Typedef Documentation
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
typedef _STLP_PRIV _SetTraitsT<value_type> set< _Key,, >::_SetTraits [protected] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
typedef _Priv_Rep_type::pointer set< _Key,, >::pointer |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
typedef _Priv_Rep_type::iterator set< _Key,, >::iterator |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
Constructor & Destructor Documentation
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
set< _Key,, >::set |
( |
|
) |
[inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
Member Function Documentation
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
bool set< _Key,, >::empty |
( |
|
) |
const [inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
void set< _Key,, >::swap |
( |
_Self & |
__x |
) |
[inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
void set< _Key,, >::clear |
( |
|
) |
[inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT const_iterator set< _Key,, >::find |
( |
const _KT & |
__x |
) |
const [inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT iterator set< _Key,, >::find |
( |
const _KT & |
__x |
) |
[inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT size_type set< _Key,, >::count |
( |
const _KT & |
__x |
) |
const [inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT iterator set< _Key,, >::lower_bound |
( |
const _KT & |
__x |
) |
[inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT const_iterator set< _Key,, >::lower_bound |
( |
const _KT & |
__x |
) |
const [inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT iterator set< _Key,, >::upper_bound |
( |
const _KT & |
__x |
) |
[inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT const_iterator set< _Key,, >::upper_bound |
( |
const _KT & |
__x |
) |
const [inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
bool set< _Key,, >::empty |
( |
|
) |
const [inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
void set< _Key,, >::swap |
( |
_Self & |
__x |
) |
[inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
void set< _Key,, >::clear |
( |
|
) |
[inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT const_iterator set< _Key,, >::find |
( |
const _KT & |
__x |
) |
const [inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT iterator set< _Key,, >::find |
( |
const _KT & |
__x |
) |
[inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT size_type set< _Key,, >::count |
( |
const _KT & |
__x |
) |
const [inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT iterator set< _Key,, >::lower_bound |
( |
const _KT & |
__x |
) |
[inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT const_iterator set< _Key,, >::lower_bound |
( |
const _KT & |
__x |
) |
const [inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT iterator set< _Key,, >::upper_bound |
( |
const _KT & |
__x |
) |
[inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
_STLP_TEMPLATE_FOR_CONT_EXT const_iterator set< _Key,, >::upper_bound |
( |
const _KT & |
__x |
) |
const [inline] |
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
template<class _Key, _STLP_DFL_TMPL_PARAM(_Compare, less< _Key >) , _STLP_DEFAULT_ALLOCATOR_SELECT(_Key) >
The documentation for this class was generated from the following files:
- /home/ntakagi/work/STLport-5.1.5/stlport/stl/_set.h
- /home/ntakagi/work/STLport-5.1.5/stlport/stl/pointers/_set.h
Generated on Mon Mar 10 15:33:03 2008 by
1.5.1
|