STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | List of all members
cliext::vector< _Value_t > Class Template Reference
Inheritance diagram for cliext::vector< _Value_t >:
cliext::impl::vector_select< _Value_t, __is_ref_class(_Dehandle< _Value_t >::type)&&!is_handle< _Value_t >::value > cliext::impl::vector_base< _Value_t, _Is_ref > cliext::impl::vector_impl< _Value_t, _Is_ref >

Public Types

typedef vector< _Value_t > _Mytype_t
 
typedef impl::vector_select< _Value_t, __is_ref_class(typename _Dehandle< _Value_t >::type)&&!is_handle< _Value_t >::value > _Mybase_t
 
- Public Types inherited from cliext::impl::vector_select< _Value_t, __is_ref_class(_Dehandle< _Value_t >::type)&&!is_handle< _Value_t >::value >
typedef _Value_t _Gvalue_t
 
typedef vector_select< _Value_t, _Is_ref > _Mytype_t
 
typedef vector_base< _Gvalue_t, _Is_ref > _Mybase_t
 
typedef _Value_t value_type
 
typedef value_type reference
 
typedef value_type const_reference
 
- Public Types inherited from cliext::impl::vector_base< _Value_t, _Is_ref >
typedef vector_base< _Value_t, _Is_ref > _Mytype_t
 
typedef vector_impl< _Value_t, _Is_ref > _Mybase_t
 
typedef _Cont_make_value< _Value_t, _Is_ref > _Mymake_t
 
- Public Types inherited from cliext::impl::vector_impl< _Value_t, _Is_ref >
typedef vector_impl< _Value_t, _Is_ref > _Mytype_t
 
typedef _STLCLR IVector< _Value_t > _Mycont_it
 
typedef cli::array< _Value_t > _Myarray_t
 
typedef System::Collections::Generic::IEnumerable< _Value_t > _Myenum_it
 
typedef _Cont_make_value< _Value_t, _Is_ref > _Mymake_t
 
typedef RandomAccessIterator< _Mytype_titerator
 
typedef ConstRandomAccessIterator< _Mytype_tconst_iterator
 
typedef ReverseRandomAccessIterator< _Mytype_treverse_iterator
 
typedef ReverseRandomAccessIterator< _Mytype_tconst_reverse_iterator
 
typedef int size_type
 
typedef int difference_type
 
typedef _Value_t value_type
 
typedef value_type reference
 
typedef value_type const_reference
 
typedef _Mycont_it generic_container
 
typedef value_type generic_value
 
typedef _STLCLR Generic::ContainerRandomAccessIterator< _Value_t > generic_iterator
 
typedef _STLCLR Generic::ReverseRandomAccessIterator< _Value_t > generic_reverse_iterator
 

Public Member Functions

 vector ()
 
 vector (vector%_Right)
 
 vector (vector^_Right)
 
vector operator= (vector%_Right)
 
vector operator= (vector^_Right)
 
 vector (size_type _Count)
 
 vector (size_type _Count, value_type _Val)
 
template<typename _InIt_t >
 vector (_InIt_t _First, _InIt_t _Last)
 
 vector (_Myenum_it^_Right)
 
virtual System::Object Clone () override
 
void swap (vector%_Right)
 
- Public Member Functions inherited from cliext::impl::vector_select< _Value_t, __is_ref_class(_Dehandle< _Value_t >::type)&&!is_handle< _Value_t >::value >
 vector_select ()
 
 vector_select (vector_select%_Right)
 
 vector_select (size_type _Count)
 
 vector_select (size_type _Count, value_type _Val)
 
 vector_select (_InIt_t _First, _InIt_t _Last)
 
 vector_select (_Myenum_it^_Right)
 
vector_select operator= (vector_select%_Right)
 
- Public Member Functions inherited from cliext::impl::vector_base< _Value_t, _Is_ref >
 vector_base ()
 
 vector_base (vector_base%_Right)
 
vector_base operator= (vector_base%_Right)
 
 operator _Mycont_it^ ()
 
 vector_base (size_type _Count)
 
 vector_base (size_type _Count, value_type _Val)
 
template<typename _InIt_t >
 vector_base (_InIt_t _First, _InIt_t _Last)
 
 vector_base (_Myenum_it^_Right)
 
template<typename _InIt_t >
void assign (_InIt_t _First, _InIt_t _Last)
 
template<typename _InIt_t >
void _Assign (_InIt_t _Count, _InIt_t _Val, _Int_iterator_tag%)
 
template<typename _InIt_t >
void _Assign (_InIt_t _First, _InIt_t _Last, input_iterator_tag%)
 
template<typename _InIt_t >
void _Assign (_InIt_t _First, _InIt_t _Last, random_access_iterator_tag%)
 
template<typename _InIt_t >
void insert (iterator _Where, _InIt_t _First, _InIt_t _Last)
 
template<typename _InIt_t >
void _Insert (size_type _Where, _InIt_t _First, _InIt_t _Last, _Int_iterator_tag%)
 
template<typename _InIt_t >
void _Insert (size_type _Where, _InIt_t _First, _InIt_t _Last, input_iterator_tag%)
 
template<typename _InIt_t >
void _Insert (size_type _Where, _InIt_t _First, _InIt_t _Last, forward_iterator_tag%)
 
- Public Member Functions inherited from cliext::impl::vector_impl< _Value_t, _Is_ref >
 vector_impl ()
 
vector_impl operator= (vector_impl%_Right)
 
 vector_impl (_Mytype_t%_Right)
 
 vector_impl (size_type _Count)
 
 vector_impl (size_type _Count, value_type _Val)
 
template<typename _InIt_t >
 vector_impl (_InIt_t _First, _InIt_t _Last)
 
template<typename _InIt_t >
void _Construct (_InIt_t _Count, _InIt_t _Val, _Int_iterator_tag%)
 
template<typename _InIt_t >
void _Construct (_InIt_t _First, _InIt_t _Last, input_iterator_tag%)
 
template<typename _InIt_t >
void _Construct (_InIt_t _First, _InIt_t _Last, forward_iterator_tag%)
 
 vector_impl (_Myenum_it^_Right)
 
 ~vector_impl ()
 
unsigned long get_generation ()
 
size_type get_bias (iterator _Where)
 
bool valid_bias (size_type _Bias)
 
reference at (size_type _Pos)
 
reference at_bias (size_type _Bias)
 
reference front ()
 
reference back ()
 
_Myarray_t to_array ()
 
iterator make_iterator (size_type _Bias)
 
iterator begin ()
 
iterator end ()
 
reverse_iterator rbegin ()
 
reverse_iterator rend ()
 
void reserve (size_type _Capacity)
 
size_type capacity ()
 
virtual void resize (size_type _Newsize)
 
void resize (size_type _Newsize, value_type _Val)
 
size_type size ()
 
bool empty ()
 
void push_back (value_type _Val)
 
void pop_back ()
 
void assign (size_type _Count, value_type _Val)
 
void assign (_STLCLR Generic::IInputIterator< _Value_t >^_First, _STLCLR Generic::IInputIterator< _Value_t >^_Last)
 
void assign (_Myenum_it^_Right)
 
void assign (System::Collections::IEnumerable^_Right)
 
iterator insert (iterator _Where, value_type _Val)
 
void insert (iterator _Where, size_type _Count, value_type _Val)
 
void insert (iterator _Where_iter, _STLCLR Generic::IInputIterator< _Value_t >^_First, _STLCLR Generic::IInputIterator< _Value_t >^_Last)
 
void insert (iterator _Where_iter, _Myenum_it^_Right)
 
void insert (iterator _Where_iter, System::Collections::IEnumerable^_Right)
 
template<typename _InIt_t >
void _Insert_self (size_type _Where, _InIt_t _First, _InIt_t _Last)
 
size_type insert_n (size_type _Where, size_type _Count, value_type _Val)
 
iterator erase (iterator _Where)
 
iterator erase (iterator _First, iterator _Last)
 
size_type erase_n (size_type _First, size_type _Last)
 
void reverse_n (size_type _First, size_type _Last)
 
void clear ()
 
void swap (_Mytype_t%_Right)
 
 return (_Capacity)
 
size_type _Copy (_Myarray_t^_Source, size_type _First, size_type _Last, size_type _Dest)
 
void _Copyback (size_type _First, size_type _Last, size_type _Dest)
 
size_type _Fill_n (size_type _First, size_type _Count, value_type _Val)
 
size_type _Insert_space (size_type _Where, size_type _Count)
 

Additional Inherited Members

- Public Attributes inherited from cliext::impl::vector_impl< _Value_t, _Is_ref >
property value_type default [size_type]
 
property value_type front_item
 
property value_type back_item
 
_STLCLR_FIELD_ACCESS __pad0__: size_type _Buy(size_type _Capacity) { _Mygen = 0
 
_Myarray_t _Myarray
 
size_type _Mysize
 
unsigned long _Mygen
 
- Static Public Attributes inherited from cliext::impl::vector_impl< _Value_t, _Is_ref >
static const int _Maxsize = MAX_CONTAINER_SIZE
 

Member Typedef Documentation

template<typename _Value_t >
typedef impl::vector_select<_Value_t, __is_ref_class(typename _Dehandle<_Value_t>::type) && !is_handle<_Value_t>::value> cliext::vector< _Value_t >::_Mybase_t
template<typename _Value_t >
typedef vector<_Value_t> cliext::vector< _Value_t >::_Mytype_t

Constructor & Destructor Documentation

template<typename _Value_t >
cliext::vector< _Value_t >::vector ( )
inline
1335  : _Mybase_t()
1336  { // construct default
1337  }
impl::vector_select< _Value_t, __is_ref_class(typename _Dehandle< _Value_t >::type)&&!is_handle< _Value_t >::value > _Mybase_t
Definition: vector:1322
template<typename _Value_t >
cliext::vector< _Value_t >::vector ( vector< _Value_t >%  _Right)
inline
1341  { // construct by copying a vector
1342  }
impl::vector_select< _Value_t, __is_ref_class(typename _Dehandle< _Value_t >::type)&&!is_handle< _Value_t >::value > _Mybase_t
Definition: vector:1322
const _Ty & _Right
Definition: algorithm:4087
template<typename _Value_t >
cliext::vector< _Value_t >::vector ( vector< _Value_t >^  _Right)
inline
1345  : _Mybase_t((_Mybase_t%)*_Right)
1346  { // construct by copying a vector
1347  }
impl::vector_select< _Value_t, __is_ref_class(typename _Dehandle< _Value_t >::type)&&!is_handle< _Value_t >::value > _Mybase_t
Definition: vector:1322
const _Ty & _Right
Definition: algorithm:4087
template<typename _Value_t >
cliext::vector< _Value_t >::vector ( size_type  _Count)
inlineexplicit
1363  : _Mybase_t(_Count)
1364  { // construct from _Count * value_type()
1365  }
impl::vector_select< _Value_t, __is_ref_class(typename _Dehandle< _Value_t >::type)&&!is_handle< _Value_t >::value > _Mybase_t
Definition: vector:1322
_Diff _Count
Definition: algorithm:1941
template<typename _Value_t >
cliext::vector< _Value_t >::vector ( size_type  _Count,
value_type  _Val 
)
inline
1368  : _Mybase_t(_Count, _Val)
1369  { // construct from _Count * _Val
1370  }
impl::vector_select< _Value_t, __is_ref_class(typename _Dehandle< _Value_t >::type)&&!is_handle< _Value_t >::value > _Mybase_t
Definition: vector:1322
_Diff _Count
Definition: algorithm:1941
_FwdIt const _Ty _Val
Definition: algorithm:1938
template<typename _Value_t >
template<typename _InIt_t >
cliext::vector< _Value_t >::vector ( _InIt_t  _First,
_InIt_t  _Last 
)
inline
1374  : _Mybase_t(_First, _Last)
1375  { // construct from [_First, _Last)
1376  }
impl::vector_select< _Value_t, __is_ref_class(typename _Dehandle< _Value_t >::type)&&!is_handle< _Value_t >::value > _Mybase_t
Definition: vector:1322
_FwdIt _Last
Definition: algorithm:1936
template<typename _Value_t >
cliext::vector< _Value_t >::vector ( _Myenum_it _Right)
inline
1379  : _Mybase_t(_Right)
1380  { // initialize with enumeration
1381  }
impl::vector_select< _Value_t, __is_ref_class(typename _Dehandle< _Value_t >::type)&&!is_handle< _Value_t >::value > _Mybase_t
Definition: vector:1322
const _Ty & _Right
Definition: algorithm:4087

Member Function Documentation

template<typename _Value_t >
virtual System::Object cliext::vector< _Value_t >::Clone ( )
inlineoverridevirtual

Reimplemented from cliext::impl::vector_impl< _Value_t, _Is_ref >.

1385  { // clone the vector
1386  return (gcnew _Mytype_t(*this));
1387  }
vector< _Value_t > _Mytype_t
Definition: vector:1319
template<typename _Value_t >
vector cliext::vector< _Value_t >::operator= ( vector< _Value_t >%  _Right)
inline
1350  { // assign
1352  return (*this);
1353  }
vector_select operator=(vector_select%_Right)
Definition: vector:1121
const _Ty & _Right
Definition: algorithm:4087
template<typename _Value_t >
vector cliext::vector< _Value_t >::operator= ( vector< _Value_t >^  _Right)
inline
1356  { // assign
1358  return (*this);
1359  }
vector_select operator=(vector_select%_Right)
Definition: vector:1121
const _Ty & _Right
Definition: algorithm:4087
template<typename _Value_t >
void cliext::vector< _Value_t >::swap ( vector< _Value_t >%  _Right)
inline
1391  { // exchange contents with _Right
1393  }
void swap(_Mytype_t%_Right)
Definition: vector:497
const _Ty & _Right
Definition: algorithm:4087

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