multiset Class Reference
Public Member Functions |
---|
| multiset() |
| multiset(const multiset< _Key, _Compare, _Alloc > &) |
| multiset(const _Compare &, const allocator_type &) |
| multiset(const value_type *, const value_type *) |
| multiset(const value_type *, const value_type *, const _Compare &, const allocator_type &) |
| multiset(const_iterator, const_iterator) |
| multiset(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() |
iterator
| insert(const value_type &) |
iterator
| insert(iterator, const value_type &) |
void | insert(const value_type *, const value_type *) |
void | insert(const_iterator, const_iterator) |
key_compare
| key_comp() |
iterator
| lower_bound(const key_type &) |
size_type
| max_size() |
multiset< _Key, _Compare, _Alloc > & | operator=(const multiset< _Key, _Compare, _Alloc > &) |
reverse_iterator
| rbegin() |
reverse_iterator
| rend() |
size_type
| size() |
void | swap(multiset< _Key, _Compare, _Alloc > &) |
iterator
| upper_bound(const key_type &) |
value_compare
| value_comp() |
Constructor & Destructor Documentation
multiset()
__WORKAROUND_RENAME() | multiset | ( | ) | [inline] |
multiset(const multiset< _Key, _Compare, _Alloc > &)
__WORKAROUND_RENAME() | multiset | ( | const multiset< _Key, _Compare, _Alloc > & | __o | ) | [inline] |
Parameters
const multiset< _Key, _Compare, _Alloc > & __o | |
multiset(const _Compare &, const allocator_type &)
multiset(const value_type *, const value_type *)
multiset(const value_type *, const value_type *, const _Compare &, const allocator_type &)
multiset(const_iterator, const_iterator)
multiset(const_iterator, const_iterator, const _Compare &, const allocator_type &)
Member Functions Documentation
empty()
bool | empty | ( | ) | const [inline] |
equal_range(const key_type &)
erase(iterator, iterator)
insert(const value_type &)
insert(iterator, const value_type &)
insert(const value_type *, const value_type *)
insert(const_iterator, const_iterator)
lower_bound(const key_type &)
operator=(const multiset< _Key, _Compare, _Alloc > &)
multiset< _Key, _Compare, _Alloc > & | operator= | ( | const multiset< _Key, _Compare, _Alloc > & | __x | ) | [inline] |
Parameters
const multiset< _Key, _Compare, _Alloc > & __x | |
swap(multiset< _Key, _Compare, _Alloc > &)
void | swap | ( | multiset< _Key, _Compare, _Alloc > & | __x | ) | [inline] |
Parameters
multiset< _Key, _Compare, _Alloc > & __x | |
upper_bound(const key_type &)
Member Type Definitions Documentation
Typedef _Self
typedef
multiset< _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.