ReactOS 0.4.16-dev-1078-g21d3e29
|
#include <_map.h>
Classes | |
class | value_compare |
Public Types | |
typedef _Key | key_type |
typedef _Tp | data_type |
typedef _Tp | mapped_type |
typedef pair< _STLP_CONST _Key, _Tp > | value_type |
typedef _Compare | key_compare |
typedef _STLP_PRIV _Rb_tree< key_type, key_compare, value_type, _STLP_SELECT1ST(value_type, _Key), _MultimapTraits, _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 |
Protected Types | |
typedef _STLP_PRIV _MultimapTraitsT< value_type > | _MultimapTraits |
Private Types | |
typedef multimap< _Key, _Tp, _Compare, _Alloc > | _Self |
Private Attributes | |
_Rep_type | _M_t |
|
protected |
typedef _STLP_PRIV _Rb_tree<key_type, key_compare, value_type, _STLP_SELECT1ST(value_type, _Key), _MultimapTraits, _Alloc> multimap< _Key, _Tp,, >::_Rep_type |
|
private |
typedef _Rep_type::allocator_type multimap< _Key, _Tp,, >::allocator_type |
typedef _Rep_type::const_iterator multimap< _Key, _Tp,, >::const_iterator |
typedef _Rep_type::const_pointer multimap< _Key, _Tp,, >::const_pointer |
typedef _Rep_type::const_reference multimap< _Key, _Tp,, >::const_reference |
typedef _Rep_type::const_reverse_iterator multimap< _Key, _Tp,, >::const_reverse_iterator |
typedef _Tp multimap< _Key, _Tp,, >::data_type |
typedef _Rep_type::difference_type multimap< _Key, _Tp,, >::difference_type |
typedef _Rep_type::iterator multimap< _Key, _Tp,, >::iterator |
typedef _Compare multimap< _Key, _Tp,, >::key_compare |
typedef _Key multimap< _Key, _Tp,, >::key_type |
typedef _Tp multimap< _Key, _Tp,, >::mapped_type |
typedef _Rep_type::pointer multimap< _Key, _Tp,, >::pointer |
typedef _Rep_type::reference multimap< _Key, _Tp,, >::reference |
typedef _Rep_type::reverse_iterator multimap< _Key, _Tp,, >::reverse_iterator |
typedef _Rep_type::size_type multimap< _Key, _Tp,, >::size_type |
typedef pair<_STLP_CONST _Key, _Tp> multimap< _Key, _Tp,, >::value_type |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 334 of file _map.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 287 of file _map.h.
Referenced by multimap< _Key, _Tp,, >::begin(), multimap< _Key, _Tp,, >::clear(), multimap< _Key, _Tp,, >::count(), multimap< _Key, _Tp,, >::empty(), multimap< _Key, _Tp,, >::end(), multimap< _Key, _Tp,, >::equal_range(), multimap< _Key, _Tp,, >::erase(), multimap< _Key, _Tp,, >::find(), multimap< _Key, _Tp,, >::get_allocator(), multimap< _Key, _Tp,, >::insert(), multimap< _Key, _Tp,, >::key_comp(), multimap< _Key, _Tp,, >::lower_bound(), multimap< _Key, _Tp,, >::max_size(), multimap< _Key, _Tp,, >::multimap(), multimap< _Key, _Tp,, >::operator=(), multimap< _Key, _Tp,, >::rbegin(), multimap< _Key, _Tp,, >::rend(), multimap< _Key, _Tp,, >::size(), multimap< _Key, _Tp,, >::swap(), multimap< _Key, _Tp,, >::upper_bound(), and multimap< _Key, _Tp,, >::value_comp().