STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | List of all members
cliext::map< _Key1_t, _Mapped_t > Class Template Reference
Inheritance diagram for cliext::map< _Key1_t, _Mapped_t >:
cliext::impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(_Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(_Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value > cliext::impl::map_base< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped > cliext::impl::map_base0< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped > cliext::impl::tree< map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped > > cliext::impl::map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >

Public Types

typedef map< _Key1_t, _Mapped_t > _Mytype_t
 
typedef impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(typename _Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(typename _Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value > _Mybase_t
 
- Public Types inherited from cliext::impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(_Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(_Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value >
typedef _Key1_t _Gkey_t
 
typedef _Mapped_t _Gmapped_t
 
typedef map_select< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped > _Mytype_t
 
typedef map_base< _Gkey_t, _Gmapped_t, _Is_ref_key, _Is_ref_mapped > _Mybase_t
 
typedef _Key1_t key_type
 
typedef _Mapped_t mapped_type
 
- Public Types inherited from cliext::impl::map_base< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
typedef map_base< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped > _Mytype_t
 
typedef map_base0< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped > _Mybase_t
 
typedef _STLCLR GenericPair< _Key1_t, _Mapped_t > _Object_t
 
typedef _Key1_t key_type
 
typedef _Mapped_t mapped_type
 
- Public Types inherited from cliext::impl::map_base0< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
typedef map_base0< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped > _Mytype_t
 
typedef tree< map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped > > _Mybase_t
 
typedef _STLCLR GenericPair< _Key1_t, _Mapped_t > _Object_t
 
typedef _Key1_t key_type
 
typedef _Mapped_t mapped_type
 
typedef System::Collections::Generic::KeyValuePair< _Key1_t, _Mapped_t > _Mykvpair_t
 
typedef cli::array< _Mykvpair_t_Mykvarray_t
 
- Public Types inherited from cliext::impl::tree< map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped > >
typedef tree< map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped > > _Mytype_t
 
typedef map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped > _Mybase_t
 
typedef map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >::key_type _Key_t
 
typedef map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >::value_type _Value_t
 
typedef _STLCLR ITree< _Key_t, _Value_t_Mycont_it
 
typedef System::Collections::Generic::IEnumerable< _Value_t_Myenum_it
 
typedef cli::array< _Value_t_Myarray_t
 
typedef tree_node< _Key_t, _Value_tnode_type
 
typedef BidirectionalIterator< _Mytype_titerator
 
typedef ConstBidirectionalIterator< _Mytype_tconst_iterator
 
typedef ReverseBidirectionalIterator< _Mytype_treverse_iterator
 
typedef ReverseBidirectionalIterator< _Mytype_tconst_reverse_iterator
 
typedef map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >::key_type key_type
 
typedef map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >::value_type value_type
 
typedef map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >::key_compare key_compare
 
typedef map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >::value_compare value_compare
 
typedef int size_type
 
typedef int difference_type
 
typedef value_type reference
 
typedef value_type const_reference
 
typedef _Mycont_it generic_container
 
typedef value_type generic_value
 
typedef _STLCLR Generic::ContainerBidirectionalIterator< _Value_tgeneric_iterator
 
typedef _STLCLR Generic::ReverseBidirectionalIterator< _Value_tgeneric_reverse_iterator
 
typedef _STLCLR GenericPair< iterator, boolpair_iter_bool
 
typedef _STLCLR GenericPair< iterator, iteratorpair_iter_iter
 
typedef _STLCLR GenericPair< node_type^, bool_Pairnb
 
typedef _STLCLR GenericPair< node_type^, node_type^> _Pairnn
 
typedef _STLCLR GenericPair< generic_iterator^, boolgeneric_pair_iter_bool
 
typedef _STLCLR GenericPair< generic_iterator^, generic_iterator^> generic_pair_iter_iter
 
- Public Types inherited from cliext::impl::map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >
typedef map_traits< _Key1_t, _Mapped_t, _Mflag, _Is_ref_key, _Is_ref_mapped > _Mytype_t
 
typedef _Key1_t key_type
 
typedef _Mapped_t mapped_type
 
typedef _STLCLR GenericPair< _Key1_t, _Mapped_t > value_type
 
typedef _STLCLR BinaryDelegate< key_type, key_type, boolkey_compare
 
typedef _STLCLR BinaryDelegate< value_type, value_type, boolvalue_compare
 
typedef _Key1_t generic_key
 
typedef _Mapped_t generic_mapped
 

Public Member Functions

 map ()
 
 map (map%_Right)
 
 map (map^_Right)
 
map operator= (map%_Right)
 
map operator= (map^_Right)
 
 map (key_compare^_Pred)
 
template<typename _Iter_t >
 map (_Iter_t _First, _Iter_t _Last)
 
template<typename _Iter_t >
 map (_Iter_t _First, _Iter_t _Last, key_compare^_Pred)
 
 map (_Myenum_it^_Right)
 
 map (_Myenum_it^_Right, key_compare^_Pred)
 
void swap (map%_Right)
 
virtual System::Object Clone () override
 
- Public Member Functions inherited from cliext::impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(_Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(_Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value >
 map_select ()
 
 map_select (map_select%_Right)
 
 map_select (key_compare^_Pred)
 
 map_select (_Iter_t _First, _Iter_t _Last)
 
 map_select (_Iter_t _First, _Iter_t _Last, key_compare^_Pred)
 
map_select operator= (map_select%_Right)
 
pair_iter_bool insert (cliext::pair< key_type, mapped_type > _Val)
 
iterator insert (iterator _Where, cliext::pair< key_type, mapped_type > _Val)
 
- Public Member Functions inherited from cliext::impl::map_base< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
 map_base ()
 
 map_base (map_base%_Right)
 
 map_base (key_compare^_Pred)
 
 map_base (_Iter_t _First, _Iter_t _Last)
 
 map_base (_Iter_t _First, _Iter_t _Last, key_compare^_Pred)
 
map_base operator= (map_base%_Right)
 
pair_iter_bool insert (value_type _Val) new
 
iterator insert (iterator _Where, value_type _Val) new
 
void insert (_Iter_t _First, _Iter_t _Last)
 
void insert (_Myenum_it^_Right) new
 
- Public Member Functions inherited from cliext::impl::map_base0< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
 map_base0 ()
 
 map_base0 (map_base0%_Right)
 
 map_base0 (key_compare^_Pred)
 
 map_base0 (_Iter_t _First, _Iter_t _Last)
 
 map_base0 (_Iter_t _First, _Iter_t _Last, key_compare^_Pred)
 
map_base0 operator= (map_base0%_Right)
 
- Public Member Functions inherited from cliext::impl::tree< map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped > >
 tree ()
 
 tree (tree%_Right)
 
 tree (key_compare^_Pred)
 
tree operator= (tree%_Right)
 
 operator _Mycont_it^ ()
 
 ~tree ()
 
unsigned long get_generation ()
 
node_type get_node (iterator _Where)
 
node_type front_node ()
 
node_type back_node ()
 
node_type root_node ()
 
node_type head_node ()
 
_Myarray_t to_array ()
 
key_compare key_comp () new
 
value_compare value_comp () new
 
iterator make_iterator (node_type^_Node)
 
iterator begin ()
 
iterator end ()
 
reverse_iterator rbegin ()
 
reverse_iterator rend ()
 
size_type size ()
 
bool empty ()
 
pair_iter_bool insert (value_type _Val)
 
iterator insert (iterator _Where, value_type _Val)
 
void insert (_Iter_t _First, _Iter_t _Last)
 
void insert (_STLCLR Generic::IInputIterator< _Value_t >^_First, _STLCLR Generic::IInputIterator< _Value_t >^_Last)
 
void insert (_Myenum_it^_Right)
 
void insert_iter (_STLCLR Generic::IInputIterator< _Value_t >^_First, _STLCLR Generic::IInputIterator< _Value_t >^_Last)
 
_Pairnb insert_node (value_type _Val)
 
node_type insert_node (node_type^_Where_node, value_type _Val)
 
iterator erase (iterator _Where)
 
iterator erase (iterator _First, iterator _Last)
 
size_type erase (key_type _Keyval)
 
node_type erase_node (node_type^_Where_node)
 
void clear ()
 
void swap (_Mytype_t%_Right)
 
iterator find (key_type _Keyval)
 
size_type count (key_type _Keyval)
 
iterator lower_bound (key_type _Keyval)
 
node_type lower_bound_node (key_type _Keyval)
 
iterator upper_bound (key_type _Keyval)
 
node_type upper_bound_node (key_type _Keyval)
 
pair_iter_iter equal_range (key_type _Keyval)
 
_Pairnn equal_range_node (key_type _Keyval)
 
 return (_Node)
 
node_type _Buynode (node_type^_Larg, node_type^_Parg, node_type^_Rarg, value_type _Val, signed char _Carg)
 
void _Chown (node_type^_Node, node_type^_Head, tree^_Owner)
 
void _Copy (tree^_Right)
 
node_type _Copy (node_type^_Oldroot, node_type^_Newparent)
 
void _Init ()
 
node_type _Insert_node (bool _Addleft, node_type^_Where, value_type _Val)
 
key_type _Key (node_type^_Where)
 
void _Lrotate (node_type^_Where)
 
void _Rrotate (node_type^_Where)
 
- Public Member Functions inherited from cliext::impl::map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >
 map_traits ()
 
 map_traits (key_compare^_Pred)
 
key_compare key_comp ()
 
value_compare value_comp ()
 

Additional Inherited Members

- Static Public Member Functions inherited from cliext::impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(_Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(_Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value >
static value_type make_value (key_type _Key, mapped_type _Mapped)
 
- Static Public Member Functions inherited from cliext::impl::map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >
static key_type get_key (value_type%_Val)
 
static mapped_type get_mapped (value_type%_Val)
 
static void unmake_value (value_type%_Val)
 
- Public Attributes inherited from cliext::impl::map_base0< _Key1_t, _Mapped_t, _Is_ref_key, _Is_ref_mapped >
property mapped_type default [key_type]
 
- Public Attributes inherited from cliext::impl::tree< map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped > >
_STLCLR_FIELD_ACCESS __pad0__
 
_Node _Left
 
_Node _Parent
 
_Node _Right
 
_Node _Head
 
_Node _Color
 
_Node _Mycont
 
node_type _Myhead
 
size_type _Mysize
 
unsigned long _Mygen
 
- Public Attributes inherited from cliext::impl::map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >
_STLCLR_FIELD_ACCESS __pad0__
 
_STLCLR_FIELD_ACCESS value_type _Right
 
key_compare comp
 
bool _Multi
 
- Static Public Attributes inherited from cliext::impl::tree< map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped > >
static const int _Maxsize
 
static const int _Black
 
static const int _Red
 

Member Typedef Documentation

template<typename _Key1_t , typename _Mapped_t >
typedef impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(typename _Dehandle<_Key1_t>::type) && !is_handle<_Key1_t>::value, __is_ref_class(typename _Dehandle<_Mapped_t>::type) && !is_handle<_Mapped_t>::value> cliext::map< _Key1_t, _Mapped_t >::_Mybase_t
template<typename _Key1_t , typename _Mapped_t >
typedef map<_Key1_t, _Mapped_t> cliext::map< _Key1_t, _Mapped_t >::_Mytype_t

Constructor & Destructor Documentation

template<typename _Key1_t , typename _Mapped_t >
cliext::map< _Key1_t, _Mapped_t >::map ( )
inline
1161  : _Mybase_t()
1162  { // construct default
1163  }
impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(typename _Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(typename _Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value > _Mybase_t
Definition: map:1139
template<typename _Key1_t , typename _Mapped_t >
cliext::map< _Key1_t, _Mapped_t >::map ( map< _Key1_t, _Mapped_t >%  _Right)
inline
1167  { // construct by copying a list
1168  }
impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(typename _Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(typename _Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value > _Mybase_t
Definition: map:1139
template<typename _Key1_t , typename _Mapped_t >
cliext::map< _Key1_t, _Mapped_t >::map ( map< _Key1_t, _Mapped_t >^  _Right)
inline
1171  : _Mybase_t((_Mybase_t%)*_Right)
1172  { // construct by copying a list
1173  }
impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(typename _Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(typename _Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value > _Mybase_t
Definition: map:1139
template<typename _Key1_t , typename _Mapped_t >
cliext::map< _Key1_t, _Mapped_t >::map ( key_compare _Pred)
inlineexplicit
1189  : _Mybase_t(_Pred)
1190  { // construct empty map from comparator
1191  }
_FwdIt const _Ty _Pr _Pred
Definition: algorithm:1985
impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(typename _Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(typename _Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value > _Mybase_t
Definition: map:1139
template<typename _Key1_t , typename _Mapped_t >
template<typename _Iter_t >
cliext::map< _Key1_t, _Mapped_t >::map ( _Iter_t  _First,
_Iter_t  _Last 
)
inline
1195  : _Mybase_t()
1196  { // construct map from [_First, _Last), default comparator
1197  for (; _First != _Last; ++_First)
1198  insert((value_type)*_First);
1199  }
map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >::value_type value_type
Definition: xtree:204
impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(typename _Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(typename _Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value > _Mybase_t
Definition: map:1139
_FwdIt _Last
Definition: algorithm:1936
template<typename _Key1_t , typename _Mapped_t >
template<typename _Iter_t >
cliext::map< _Key1_t, _Mapped_t >::map ( _Iter_t  _First,
_Iter_t  _Last,
key_compare _Pred 
)
inline
1203  : _Mybase_t(_Pred)
1204  { // construct map from [_First, _Last), comparator
1205  for (; _First != _Last; ++_First)
1206  insert((value_type)*_First);
1207  }
_FwdIt const _Ty _Pr _Pred
Definition: algorithm:1985
map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >::value_type value_type
Definition: xtree:204
impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(typename _Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(typename _Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value > _Mybase_t
Definition: map:1139
_FwdIt _Last
Definition: algorithm:1936
template<typename _Key1_t , typename _Mapped_t >
cliext::map< _Key1_t, _Mapped_t >::map ( _Myenum_it _Right)
inline
1210  : _Mybase_t()
1211  { // construct map from enumeration, default comparator
1212  for each (value_type _Val in _Right)
1213  insert(_Val);
1214  }
map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >::value_type value_type
Definition: xtree:204
impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(typename _Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(typename _Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value > _Mybase_t
Definition: map:1139
_FwdIt const _Ty _Val
Definition: algorithm:1938
template<typename _Key1_t , typename _Mapped_t >
cliext::map< _Key1_t, _Mapped_t >::map ( _Myenum_it _Right,
key_compare _Pred 
)
inline
1218  : _Mybase_t(_Pred)
1219  { // construct map from enumeration, comparator
1220  for each (value_type _Val in _Right)
1221  insert(_Val);
1222  }
_FwdIt const _Ty _Pr _Pred
Definition: algorithm:1985
map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped >::value_type value_type
Definition: xtree:204
impl::map_select< _Key1_t, _Mapped_t, __is_ref_class(typename _Dehandle< _Key1_t >::type)&&!is_handle< _Key1_t >::value, __is_ref_class(typename _Dehandle< _Mapped_t >::type)&&!is_handle< _Mapped_t >::value > _Mybase_t
Definition: map:1139
_FwdIt const _Ty _Val
Definition: algorithm:1938

Member Function Documentation

template<typename _Key1_t , typename _Mapped_t >
virtual System::Object cliext::map< _Key1_t, _Mapped_t >::Clone ( )
inlineoverridevirtual

Reimplemented from cliext::impl::tree< map_traits< _Key1_t, _Mapped_t, false, _Is_ref_key, _Is_ref_mapped > >.

1233  { // clone the vector
1234  return (gcnew _Mytype_t(*this));
1235  }
map< _Key1_t, _Mapped_t > _Mytype_t
Definition: map:1132
template<typename _Key1_t , typename _Mapped_t >
map cliext::map< _Key1_t, _Mapped_t >::operator= ( map< _Key1_t, _Mapped_t >%  _Right)
inline
1176  { // assign
1178  return (*this);
1179  }
map_select operator=(map_select%_Right)
Definition: map:606
template<typename _Key1_t , typename _Mapped_t >
map cliext::map< _Key1_t, _Mapped_t >::operator= ( map< _Key1_t, _Mapped_t >^  _Right)
inline
1182  { // assign
1184  return (*this);
1185  }
map_select operator=(map_select%_Right)
Definition: map:606
template<typename _Key1_t , typename _Mapped_t >
void cliext::map< _Key1_t, _Mapped_t >::swap ( map< _Key1_t, _Mapped_t >%  _Right)
inline
1226  { // exchange contents with _Right
1228  }

The documentation for this class was generated from the following file: