libstdc++
|
This is the complete list of members for std::vector< _Tp, _Alloc >, including all inherited members.
_M_allocate(size_t __n) (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
_M_allocate_and_copy(size_type __n, _ForwardIterator __first, _ForwardIterator __last) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_assign_aux(_InputIterator __first, _InputIterator __last, std::input_iterator_tag) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | protected |
_M_assign_aux(_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | protected |
_M_assign_dispatch(_Integer __n, _Integer __val, __true_type) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_assign_dispatch(_InputIterator __first, _InputIterator __last, __false_type) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_check_len(size_type __n, const char *__s) const (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_deallocate(pointer __p, size_t __n) (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
_M_default_append(size_type __n) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | protected |
_M_default_initialize(size_type __n) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_emplace_back_aux(_Args &&...__args) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | protected |
_M_erase(iterator __position) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | protected |
_M_erase(iterator __first, iterator __last) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | protected |
_M_erase_at_end(pointer __pos) noexcept (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_fill_assign(size_type __n, const value_type &__val) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | protected |
_M_fill_initialize(size_type __n, const value_type &__value) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_fill_insert(iterator __pos, size_type __n, const value_type &__x) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | protected |
_M_get_Tp_allocator() noexcept (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
_M_get_Tp_allocator() const noexcept (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
_M_impl (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | protected |
_M_initialize_dispatch(_Integer __n, _Integer __value, __true_type) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_initialize_dispatch(_InputIterator __first, _InputIterator __last, __false_type) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_insert_aux(iterator __position, _Args &&...__args) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | protected |
_M_insert_dispatch(iterator __pos, _Integer __n, _Integer __val, __true_type) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_insert_dispatch(iterator __pos, _InputIterator __first, _InputIterator __last, __false_type) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_range_check(size_type __n) const | std::vector< _Tp, _Alloc > | inlineprotected |
_M_range_initialize(_InputIterator __first, _InputIterator __last, std::input_iterator_tag) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_range_initialize(_ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inlineprotected |
_M_range_insert(iterator __pos, _InputIterator __first, _InputIterator __last, std::input_iterator_tag) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | protected |
_M_range_insert(iterator __pos, _ForwardIterator __first, _ForwardIterator __last, std::forward_iterator_tag) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | protected |
_M_shrink_to_fit() (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | protected |
_Vector_base() (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
_Vector_base(const allocator_type &__a) noexcept (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
_Vector_base(size_t __n) (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
_Vector_base(size_t __n, const allocator_type &__a) (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
_Vector_base(_Tp_alloc_type &&__a) noexcept (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
_Vector_base(_Vector_base &&__x) noexcept (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
_Vector_base(_Vector_base &&__x, const allocator_type &__a) (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
allocator_type typedef (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
assign(size_type __n, const value_type &__val) | std::vector< _Tp, _Alloc > | inline |
assign(_InputIterator __first, _InputIterator __last) | std::vector< _Tp, _Alloc > | inline |
assign(initializer_list< value_type > __l) | std::vector< _Tp, _Alloc > | inline |
at(size_type __n) | std::vector< _Tp, _Alloc > | inline |
at(size_type __n) const | std::vector< _Tp, _Alloc > | inline |
back() noexcept | std::vector< _Tp, _Alloc > | inline |
back() const noexcept | std::vector< _Tp, _Alloc > | inline |
begin() noexcept | std::vector< _Tp, _Alloc > | inline |
begin() const noexcept | std::vector< _Tp, _Alloc > | inline |
capacity() const noexcept | std::vector< _Tp, _Alloc > | inline |
cbegin() const noexcept | std::vector< _Tp, _Alloc > | inline |
cend() const noexcept | std::vector< _Tp, _Alloc > | inline |
clear() noexcept | std::vector< _Tp, _Alloc > | inline |
const_iterator typedef (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
const_pointer typedef (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
const_reference typedef (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
const_reverse_iterator typedef (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
crbegin() const noexcept | std::vector< _Tp, _Alloc > | inline |
crend() const noexcept | std::vector< _Tp, _Alloc > | inline |
data() noexcept | std::vector< _Tp, _Alloc > | inline |
data() const noexcept (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inline |
difference_type typedef (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
emplace(const_iterator __position, _Args &&...__args) | std::vector< _Tp, _Alloc > | |
emplace_back(_Args &&...__args) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
empty() const noexcept | std::vector< _Tp, _Alloc > | inline |
end() noexcept | std::vector< _Tp, _Alloc > | inline |
end() const noexcept | std::vector< _Tp, _Alloc > | inline |
erase(const_iterator __position) | std::vector< _Tp, _Alloc > | inline |
erase(const_iterator __first, const_iterator __last) | std::vector< _Tp, _Alloc > | inline |
front() noexcept | std::vector< _Tp, _Alloc > | inline |
front() const noexcept | std::vector< _Tp, _Alloc > | inline |
get_allocator() const noexcept (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
insert(const_iterator __position, const value_type &__x) | std::vector< _Tp, _Alloc > | |
insert(const_iterator __position, value_type &&__x) | std::vector< _Tp, _Alloc > | inline |
insert(const_iterator __position, initializer_list< value_type > __l) | std::vector< _Tp, _Alloc > | inline |
insert(const_iterator __position, size_type __n, const value_type &__x) | std::vector< _Tp, _Alloc > | inline |
insert(const_iterator __position, _InputIterator __first, _InputIterator __last) | std::vector< _Tp, _Alloc > | inline |
iterator typedef (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
max_size() const noexcept | std::vector< _Tp, _Alloc > | inline |
operator=(const vector &__x) | std::vector< _Tp, _Alloc > | |
operator=(vector &&__x) noexcept(_Alloc_traits::_S_nothrow_move()) | std::vector< _Tp, _Alloc > | inline |
operator=(initializer_list< value_type > __l) | std::vector< _Tp, _Alloc > | inline |
operator[](size_type __n) noexcept | std::vector< _Tp, _Alloc > | inline |
operator[](size_type __n) const noexcept | std::vector< _Tp, _Alloc > | inline |
pointer typedef (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
pop_back() noexcept | std::vector< _Tp, _Alloc > | inline |
push_back(const value_type &__x) | std::vector< _Tp, _Alloc > | inline |
push_back(value_type &&__x) (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | inline |
rbegin() noexcept | std::vector< _Tp, _Alloc > | inline |
rbegin() const noexcept | std::vector< _Tp, _Alloc > | inline |
reference typedef (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
rend() noexcept | std::vector< _Tp, _Alloc > | inline |
rend() const noexcept | std::vector< _Tp, _Alloc > | inline |
reserve(size_type __n) | std::vector< _Tp, _Alloc > | |
resize(size_type __new_size) | std::vector< _Tp, _Alloc > | inline |
resize(size_type __new_size, const value_type &__x) | std::vector< _Tp, _Alloc > | inline |
reverse_iterator typedef (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
shrink_to_fit() | std::vector< _Tp, _Alloc > | inline |
size() const noexcept | std::vector< _Tp, _Alloc > | inline |
size_type typedef (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
swap(vector &__x) noexcept(_Alloc_traits::_S_nothrow_swap()) | std::vector< _Tp, _Alloc > | inline |
value_type typedef (defined in std::vector< _Tp, _Alloc >) | std::vector< _Tp, _Alloc > | |
vector() noexcept(is_nothrow_default_constructible< _Alloc >::value) | std::vector< _Tp, _Alloc > | inline |
vector(const allocator_type &__a) noexcept | std::vector< _Tp, _Alloc > | inlineexplicit |
vector(size_type __n, const allocator_type &__a=allocator_type()) | std::vector< _Tp, _Alloc > | inlineexplicit |
vector(size_type __n, const value_type &__value, const allocator_type &__a=allocator_type()) | std::vector< _Tp, _Alloc > | inline |
vector(const vector &__x) | std::vector< _Tp, _Alloc > | inline |
vector(vector &&__x) noexcept | std::vector< _Tp, _Alloc > | inline |
vector(const vector &__x, const allocator_type &__a) | std::vector< _Tp, _Alloc > | inline |
vector(vector &&__rv, const allocator_type &__m) noexcept(_Alloc_traits::_S_always_equal()) | std::vector< _Tp, _Alloc > | inline |
vector(initializer_list< value_type > __l, const allocator_type &__a=allocator_type()) | std::vector< _Tp, _Alloc > | inline |
vector(_InputIterator __first, _InputIterator __last, const allocator_type &__a=allocator_type()) | std::vector< _Tp, _Alloc > | inline |
~_Vector_base() noexcept (defined in std::_Vector_base< _Tp, _Alloc >) | std::_Vector_base< _Tp, _Alloc > | inlineprotected |
~vector() noexcept | std::vector< _Tp, _Alloc > | inline |