|
typedef std::map< Key, T, Compare, Allocator >::iterator | iterator |
|
typedef std::map< Key, T, Compare, Allocator >::const_iterator | const_iterator |
|
typedef std::map< Key, T, Compare, Allocator >::reverse_iterator | reverse_iterator |
|
typedef std::map< Key, T, Compare, Allocator >::const_reverse_iterator | const_reverse_iterator |
|
typedef std::map< Key, T, Compare, Allocator >::allocator_type | allocator_type |
|
typedef std::map< Key, T, Compare, Allocator >::size_type | size_type |
|
typedef std::map< Key, T, Compare, Allocator >::key_compare | key_compare |
|
typedef std::map< Key, T, Compare, Allocator >::value_compare | value_compare |
|
typedef std::map< Key, T, Compare, Allocator >::value_type | value_type |
|
typedef std::map< Key, T, Compare, Allocator >::iterator | iterator |
|
typedef std::map< Key, T, Compare, Allocator >::const_iterator | const_iterator |
|
typedef std::map< Key, T, Compare, Allocator >::reverse_iterator | reverse_iterator |
|
typedef std::map< Key, T, Compare, Allocator >::const_reverse_iterator | const_reverse_iterator |
|
typedef std::map< Key, T, Compare, Allocator >::allocator_type | allocator_type |
|
typedef std::map< Key, T, Compare, Allocator >::size_type | size_type |
|
typedef std::map< Key, T, Compare, Allocator >::key_compare | key_compare |
|
typedef std::map< Key, T, Compare, Allocator >::value_compare | value_compare |
|
typedef std::map< Key, T, Compare, Allocator >::value_type | value_type |
|
|
| Map (const Compare &comp=Compare(), const Allocator &alloc=Allocator()) |
|
template<class InputIterator > |
| Map (InputIterator first, InputIterator last, const Compare &comp=Compare(), const Allocator &alloc=Allocator()) |
|
| Map (const Nice::Map< Key, T, Compare, Allocator > &x) |
|
Nice::Map< Key, T, Compare, Allocator > & | operator= (const Nice::Map< Key, T, Compare, Allocator > &x) |
|
| ~Map (void) |
|
iterator | begin (void) |
|
const_iterator | begin (void) const |
|
iterator | end (void) |
|
const_iterator | end (void) const |
|
reverse_iterator | rbegin (void) |
|
const_reverse_iterator | rbegin (void) const |
|
reverse_iterator | rend (void) |
|
const_reverse_iterator | rend (void) const |
|
size_type | size (void) const |
|
size_type | max_size (void) const |
|
bool | empty (void) const |
|
T | operator[] (const Key &x) |
|
void | set (const Key &x, const T &v) |
|
std::pair< iterator, bool > | insert (const value_type &x) |
|
iterator | insert (iterator position, const value_type &x) |
|
template<class InputIterator > |
void | insert (InputIterator first, InputIterator last) |
|
void | erase (iterator pos) |
|
size_type | erase (const Key &x) |
|
void | erase (iterator begin, iterator end) |
|
void | swap (Nice::Map< Key, T, Compare, Allocator > &x) |
|
void | swap (std::map< Key, T, Compare, Allocator > &x) |
|
void | clear (void) |
|
key_compare | key_comp (void) const |
|
value_compare | value_comp (void) const |
|
const_iterator | find (const Key &x) const |
|
iterator | find (const Key &x) |
|
bool | find (const Key &x, T &v) const |
|
size_type | count (const Key &x) const |
|
const_iterator | lower_bound (const Key &x) const |
|
iterator | lower_bound (const Key &x) |
|
const_iterator | upper_bound (const Key &x) const |
|
iterator | upper_bound (const Key &x) |
|
std::pair< const_iterator, const_iterator > | equal_range (const Key &x) const |
|
std::pair< iterator, iterator > | equal_range (const Key &x) |
|
allocator_type | get_allocator (void) const |
|
| operator std::map< Key, T, Compare, Allocator > () |
|
template<class Visitor > |
void | visitor (Visitor &_v) |
|
template<class Visitor , typename V1 , typename V2 , typename V3 , typename V4 , typename V5 > |
void | visitor (Visitor &_v, const V1 &_v1, const V2 &_v2, const V3 &_v3, const V4 &_v4, const V5 &_v5) |
|
| Map (const Compare &comp=Compare(), const Allocator &alloc=Allocator()) |
|
template<class InputIterator > |
| Map (InputIterator first, InputIterator last, const Compare &comp=Compare(), const Allocator &alloc=Allocator()) |
|
| Map (const Nice::Map< Key, T, Compare, Allocator > &x) |
|
Nice::Map< Key, T, Compare, Allocator > & | operator= (const Nice::Map< Key, T, Compare, Allocator > &x) |
|
| ~Map (void) |
|
iterator | begin (void) |
|
const_iterator | begin (void) const |
|
iterator | end (void) |
|
const_iterator | end (void) const |
|
reverse_iterator | rbegin (void) |
|
const_reverse_iterator | rbegin (void) const |
|
reverse_iterator | rend (void) |
|
const_reverse_iterator | rend (void) const |
|
size_type | size (void) const |
|
size_type | max_size (void) const |
|
bool | empty (void) const |
|
T | operator[] (const Key &x) |
|
void | set (const Key &x, const T &v) |
|
std::pair< iterator, bool > | insert (const value_type &x) |
|
iterator | insert (iterator position, const value_type &x) |
|
template<class InputIterator > |
void | insert (InputIterator first, InputIterator last) |
|
void | erase (iterator pos) |
|
size_type | erase (const Key &x) |
|
void | erase (iterator begin, iterator end) |
|
void | swap (Nice::Map< Key, T, Compare, Allocator > &x) |
|
void | swap (std::map< Key, T, Compare, Allocator > &x) |
|
void | clear (void) |
|
key_compare | key_comp (void) const |
|
value_compare | value_comp (void) const |
|
const_iterator | find (const Key &x) const |
|
iterator | find (const Key &x) |
|
bool | find (const Key &x, T &v) const |
|
size_type | count (const Key &x) const |
|
const_iterator | lower_bound (const Key &x) const |
|
iterator | lower_bound (const Key &x) |
|
const_iterator | upper_bound (const Key &x) const |
|
iterator | upper_bound (const Key &x) |
|
std::pair< const_iterator, const_iterator > | equal_range (const Key &x) const |
|
std::pair< iterator, iterator > | equal_range (const Key &x) |
|
allocator_type | get_allocator (void) const |
|
| operator std::map< Key, T, Compare, Allocator > () |
|
template<class Visitor > |
void | visitor (Visitor &_v) |
|
template<class Visitor , typename V1 , typename V2 , typename V3 , typename V4 , typename V5 > |
void | visitor (Visitor &_v, const V1 &_v1, const V2 &_v2, const V3 &_v3, const V4 &_v4, const V5 &_v5) |
|