set Class Reference
Public Member Functions
|
|
set
()
|
|
set
(const
set
< _Key, _Compare, _Alloc > &)
|
|
set
(const _Compare &, const
allocator_type
&)
|
|
set
(const
value_type
*, const
value_type
*)
|
|
set
(const
value_type
*, const
value_type
*, const _Compare &, const
allocator_type
&)
|
|
set
(
const_iterator
,
const_iterator
)
|
|
set
(
const_iterator
,
const_iterator
, const _Compare &, const
allocator_type
&)
|
iterator
|
begin
()
|
void
|
clear
()
|
size_type
|
count
(const
key_type
&)
|
bool
|
empty
()
|
iterator
|
end
()
|
pair
<
iterator
,
iterator
>
|
equal_range
(const
key_type
&)
|
void
|
erase
(
iterator
)
|
size_type
|
erase
(const
key_type
&)
|
void
|
erase
(
iterator
,
iterator
)
|
iterator
|
find
(const
key_type
&)
|
allocator_type
|
get_allocator
()
|
pair
<
iterator
, bool >
|
insert
(const
value_type
&)
|
iterator
|
insert
(
iterator
, const
value_type
&)
|
void
|
insert
(
const_iterator
,
const_iterator
)
|
void
|
insert
(const
value_type
*, const
value_type
*)
|
key_compare
|
key_comp
()
|
iterator
|
lower_bound
(const
key_type
&)
|
size_type
|
max_size
()
|
set
< _Key, _Compare, _Alloc > &
|
operator=
(const
set
< _Key, _Compare, _Alloc > &)
|
reverse_iterator
|
rbegin
()
|
reverse_iterator
|
rend
()
|
size_type
|
size
()
|
void
|
swap
(
set
< _Key, _Compare, _Alloc > &)
|
iterator
|
upper_bound
(const
key_type
&)
|
value_compare
|
value_comp
()
|
Constructor & Destructor Documentation
set()
__WORKAROUND_RENAME()
|
set
|
(
|
)
|
[inline]
|
set(const set< _Key, _Compare, _Alloc > &)
__WORKAROUND_RENAME()
|
set
|
(
|
const
set
< _Key, _Compare, _Alloc > &
|
__o
|
)
|
[inline]
|
Parameters
const
set
< _Key, _Compare, _Alloc > & __o
|
|
set(const _Compare &, const allocator_type &)
set(const value_type *, const value_type *)
set(const value_type *, const value_type *, const _Compare &, const allocator_type &)
set(const_iterator, const_iterator)
set(const_iterator, const_iterator, const _Compare &, const allocator_type &)
Member Functions Documentation
empty()
bool
|
empty
|
(
|
)
|
const [inline]
|
equal_range(const key_type &)
erase(iterator)
void
|
erase
|
(
|
iterator
|
__position
|
)
|
[inline]
|
erase(iterator, iterator)
insert(const value_type &)
insert(iterator, const value_type &)
insert(const_iterator, const_iterator)
insert(const value_type *, const value_type *)
lower_bound(const key_type &)
operator=(const set< _Key, _Compare, _Alloc > &)
set
< _Key, _Compare, _Alloc > &
|
operator=
|
(
|
const
set
< _Key, _Compare, _Alloc > &
|
__x
|
)
|
[inline]
|
Parameters
const
set
< _Key, _Compare, _Alloc > & __x
|
|
swap(set< _Key, _Compare, _Alloc > &)
void
|
swap
|
(
|
set
< _Key, _Compare, _Alloc > &
|
__x
|
)
|
[inline]
|
Parameters
set
< _Key, _Compare, _Alloc > & __x
|
|
upper_bound(const key_type &)
Member Type Definitions Documentation
Typedef _Self
typedef
set
< _Key, _Compare, _Alloc >
|
_Self
|
Typedef const_reverse_iterator
typedef _Rep_type::const_reverse_iterator
|
const_reverse_iterator
|
Typedef key_compare
typedef _Compare
|
key_compare
|
Typedef reverse_iterator
typedef _Rep_type::const_reverse_iterator
|
reverse_iterator
|
Typedef value_compare
typedef _Compare
|
value_compare
|
Member Data Documentation
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.