|
STLdoc
STLdocumentation
|
Public Types | |
| typedef deque_impl< _Value_t, _Is_ref > | _Mytype_t |
| typedef _STLCLR IDeque< _Value_t > | _Mycont_it |
| typedef System::Collections::Generic::IEnumerable< _Value_t > | _Myenum_it |
| typedef cli::array< _Value_t > | _Myarray_t |
| typedef cli::array< _Myarray_t^> | _Mymap_t |
| typedef _Cont_make_value< _Value_t, _Is_ref > | _Mymake_t |
| typedef RandomAccessIterator< _Mytype_t > | iterator |
| typedef ConstRandomAccessIterator< _Mytype_t > | const_iterator |
| typedef ReverseRandomAccessIterator< _Mytype_t > | reverse_iterator |
| typedef ReverseRandomAccessIterator< _Mytype_t > | const_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 Attributes | |
| property value_type | default [size_type] |
| property value_type | front_item |
| property value_type | back_item |
| _STLCLR_FIELD_ACCESS | __pad0__: void _Buy(size_type _Capacity) { size_type _Valsize = _Get_sizeof<value_type>::value() |
| _Blockshift | |
| _Mymap = nullptr | |
| _Mybias = 0 | |
| _Mysize = 0 | |
| _Mygen = 0 | |
| if(_Capacity< 0) throw gcnew System size_type | _Mapsize = 1 << _Mapshift |
| size_type | _Dequesize = _Mapsize << _Blockshift |
| _Mymap_t | _Mymap |
| int | _Blockshift |
| int | _Mybias |
| size_type | _Mysize |
| unsigned long | _Mygen |
Static Public Attributes | |
| static const int | _Maxsize = MAX_CONTAINER_SIZE |
| static const int | _Mapshift = 5 |
Private Attributes | |
| property size_type | Count |
| property bool | IsSynchronized |
| property System::Object | SyncRoot |
| typedef cli::array<_Value_t> cliext::impl::deque_impl< _Value_t, _Is_ref >::_Myarray_t |
| typedef _STLCLR IDeque<_Value_t> cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mycont_it |
| typedef System::Collections::Generic::IEnumerable<_Value_t> cliext::impl::deque_impl< _Value_t, _Is_ref >::_Myenum_it |
| typedef _Cont_make_value<_Value_t, _Is_ref> cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mymake_t |
| typedef cli::array<_Myarray_t^> cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mymap_t |
| typedef deque_impl<_Value_t, _Is_ref> cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mytype_t |
| typedef ConstRandomAccessIterator<_Mytype_t> cliext::impl::deque_impl< _Value_t, _Is_ref >::const_iterator |
| typedef value_type cliext::impl::deque_impl< _Value_t, _Is_ref >::const_reference |
| typedef ReverseRandomAccessIterator<_Mytype_t> cliext::impl::deque_impl< _Value_t, _Is_ref >::const_reverse_iterator |
| typedef int cliext::impl::deque_impl< _Value_t, _Is_ref >::difference_type |
| typedef _Mycont_it cliext::impl::deque_impl< _Value_t, _Is_ref >::generic_container |
| typedef _STLCLR Generic::ContainerRandomAccessIterator<_Value_t> cliext::impl::deque_impl< _Value_t, _Is_ref >::generic_iterator |
| typedef _STLCLR Generic::ReverseRandomAccessIterator<_Value_t> cliext::impl::deque_impl< _Value_t, _Is_ref >::generic_reverse_iterator |
| typedef value_type cliext::impl::deque_impl< _Value_t, _Is_ref >::generic_value |
| typedef RandomAccessIterator<_Mytype_t> cliext::impl::deque_impl< _Value_t, _Is_ref >::iterator |
| typedef value_type cliext::impl::deque_impl< _Value_t, _Is_ref >::reference |
| typedef ReverseRandomAccessIterator<_Mytype_t> cliext::impl::deque_impl< _Value_t, _Is_ref >::reverse_iterator |
| typedef int cliext::impl::deque_impl< _Value_t, _Is_ref >::size_type |
| typedef _Value_t cliext::impl::deque_impl< _Value_t, _Is_ref >::value_type |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented in cliext::deque< _Value_t >.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| cliext::impl::deque_impl< _Value_t, _Is_ref >::for | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| _STLCLR_FIELD_ACCESS cliext::impl::deque_impl< _Value_t, _Is_ref >::__pad0__ |
| cliext::impl::deque_impl< _Value_t, _Is_ref >::_Blockshift |
| int cliext::impl::deque_impl< _Value_t, _Is_ref >::_Blockshift |
| size_type cliext::impl::deque_impl< _Value_t, _Is_ref >::_Dequesize = _Mapsize << _Blockshift |
|
static |
| if (_Capacity < 0) throw gcnew System size_type cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mapsize = 1 << _Mapshift |
|
static |
| cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mybias = 0 |
| int cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mybias |
| cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mygen = 0 |
| unsigned long cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mygen |
| cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mymap = nullptr |
| _Mymap_t cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mymap |
| cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mysize = 0 |
| size_type cliext::impl::deque_impl< _Value_t, _Is_ref >::_Mysize |
| property value_type cliext::impl::deque_impl< _Value_t, _Is_ref >::back_item |
|
private |
| property value_type cliext::impl::deque_impl< _Value_t, _Is_ref >::default[size_type] |
| property value_type cliext::impl::deque_impl< _Value_t, _Is_ref >::front_item |
|
private |
|
private |
1.8.8