|
| vector () _NOEXCEPT_OP(is_nothrow_default_constructible< _Alloc > |
|
| vector (const _Alloc &_Al) _NOEXCEPT |
|
| vector (size_type _Count) |
|
| vector (size_type _Count, const value_type &_Val) |
|
| vector (size_type _Count, const value_type &_Val, const _Alloc &_Al) |
|
| vector (const _Myt &_Right) |
|
| vector (const _Myt &_Right, const _Alloc &_Al) |
|
template<class _Iter , class = typename enable_if<_Is_iterator<_Iter>::value, void>::type> |
| vector (_Iter _First, _Iter _Last) |
|
template<class _Iter , class = typename enable_if<_Is_iterator<_Iter>::value, void>::type> |
| vector (_Iter _First, _Iter _Last, const _Alloc &_Al) |
|
template<class _Iter > |
void | _Construct (_Iter _First, _Iter _Last) |
|
template<class _Iter > |
void | _Construct (_Iter _First, _Iter _Last, input_iterator_tag) |
|
template<class _Iter > |
void | _Construct (_Iter _First, _Iter _Last, forward_iterator_tag) |
|
void | _Construct_n (size_type _Count, const value_type *_Pval) |
|
| vector (_Myt &&_Right) _NOEXCEPT |
|
| vector (_Myt &&_Right, const _Alloc &_Al) |
|
_Myt & | operator= (_Myt &&_Right) _NOEXCEPT_OP(_Alty |
|
void | _Assign_rv (_Myt &&_Right, true_type) |
|
void | _Assign_rv (_Myt &&_Right, false_type) |
|
void | _Assign_rv (_Myt &&_Right) |
|
void | push_back (value_type &&_Val) |
|
iterator | insert (const_iterator _Where, _Ty &&_Val) |
|
template<class... _Valty> |
void | emplace_back (_Valty &&..._Val) |
|
template<class... _Valty> |
iterator | emplace (const_iterator _Where, _Valty &&..._Val) |
|
| vector (_XSTD initializer_list< value_type > _Ilist, const _Alloc &_Al=allocator_type()) |
|
_Myt & | operator= (_XSTD initializer_list< value_type > _Ilist) |
|
void | assign (_XSTD initializer_list< value_type > _Ilist) |
|
iterator | insert (const_iterator _Where, _XSTD initializer_list< value_type > _Ilist) |
|
| ~vector () _NOEXCEPT |
|
_Myt & | operator= (const _Myt &_Right) |
|
void | reserve (size_type _Count) |
|
size_type | capacity () const _NOEXCEPT |
|
size_type | _Unused_capacity () const _NOEXCEPT |
|
size_type | _Has_unused_capacity () const _NOEXCEPT |
|
iterator | begin () _NOEXCEPT |
|
const_iterator | begin () const _NOEXCEPT |
|
iterator | end () _NOEXCEPT |
|
const_iterator | end () const _NOEXCEPT |
|
iterator | _Make_iter (const_iterator _Where) const |
|
reverse_iterator | rbegin () _NOEXCEPT |
|
const_reverse_iterator | rbegin () const _NOEXCEPT |
|
reverse_iterator | rend () _NOEXCEPT |
|
const_reverse_iterator | rend () const _NOEXCEPT |
|
const_iterator | cbegin () const _NOEXCEPT |
|
const_iterator | cend () const _NOEXCEPT |
|
const_reverse_iterator | crbegin () const _NOEXCEPT |
|
const_reverse_iterator | crend () const _NOEXCEPT |
|
void | shrink_to_fit () |
|
void | resize (size_type _Newsize) |
|
void | resize (size_type _Newsize, const value_type &_Val) |
|
size_type | size () const _NOEXCEPT |
|
size_type | max_size () const _NOEXCEPT |
|
bool | empty () const _NOEXCEPT |
|
_Alloc | get_allocator () const _NOEXCEPT |
|
const_reference | at (size_type _Pos) const |
|
reference | at (size_type _Pos) |
|
const_reference | operator[] (size_type _Pos) const |
|
reference | operator[] (size_type _Pos) |
|
_Ty * | data () _NOEXCEPT |
|
const _Ty * | data () const _NOEXCEPT |
|
reference | front () |
|
const_reference | front () const |
|
reference | back () |
|
const_reference | back () const |
|
void | push_back (const value_type &_Val) |
|
void | pop_back () |
|
template<class _Iter > |
enable_if< _Is_iterator< _Iter >::value, void >::type | assign (_Iter _First, _Iter _Last) |
|
template<class _Iter > |
void | _Assign (_Iter _First, _Iter _Last, input_iterator_tag) |
|
template<class _Iter > |
void | _Assign (_Iter _First, _Iter _Last, forward_iterator_tag) |
|
void | assign (size_type _Count, const value_type &_Val) |
|
iterator | insert (const_iterator _Where, const _Ty &_Val) |
|
iterator | insert (const_iterator _Where, size_type _Count, const _Ty &_Val) |
|
template<class _Iter > |
enable_if< _Is_iterator< _Iter >::value, iterator >::type | insert (const_iterator _Where, _Iter _First, _Iter _Last) |
|
template<class _Iter > |
void | _Insert (const_iterator _Where, _Iter _First, _Iter _Last, input_iterator_tag) |
|
template<class _Iter > |
void | _Insert (const_iterator _Where, _Iter _First, _Iter _Last, forward_iterator_tag) |
|
iterator | erase (const_iterator _Where) |
|
iterator | erase (const_iterator _First_arg, const_iterator _Last_arg) |
|
void | _Pop_back_n (size_type _Count) |
|
void | clear () _NOEXCEPT |
|
void | swap (_Myt &_Right) _NOEXCEPT_OP(_Alty |
|
| _Vector_alloc () |
|
| _Vector_alloc (_Any_alloc &&_Al) |
|
void | _Copy_alloc (const _Alty &_Al) |
|
void | _Move_alloc (_Alty &_Al) |
|
void | _Orphan_all () |
|
void | _Swap_all (_Myt &_Right) |
|
_Alty & | _Getal () _NOEXCEPT |
|
const _Alty & | _Getal () const _NOEXCEPT |
|
_Vector_val< _Val_types > & | _Get_data () _NOEXCEPT |
|
const _Vector_val< _Val_types > & | _Get_data () const _NOEXCEPT |
|
pointer & | _Myfirst () _NOEXCEPT |
|
const pointer & | _Myfirst () const _NOEXCEPT |
|
pointer & | _Mylast () _NOEXCEPT |
|
const pointer & | _Mylast () const _NOEXCEPT |
|
pointer & | _Myend () _NOEXCEPT |
|
const pointer & | _Myend () const _NOEXCEPT |
|