|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
成员的完整列表,这些成员属于 neforce::vector< T, Alloc >,包括所有继承而来的类成员
| allocator_type typedef | neforce::vector< T, Alloc > | |
| assign(size_type n, const value_type &value) | neforce::vector< T, Alloc > | inline |
| assign(Iterator first, Iterator last) | neforce::vector< T, Alloc > | inline |
| assign(std::initializer_list< value_type > ilist) | neforce::vector< T, Alloc > | inline |
| at(const size_type position) const noexcept | neforce::vector< T, Alloc > | inline |
| at(const size_type position) noexcept | neforce::vector< T, Alloc > | inline |
| back() noexcept | neforce::vector< T, Alloc > | inline |
| back() const noexcept | neforce::vector< T, Alloc > | inline |
| begin() noexcept | neforce::vector< T, Alloc > | inline |
| begin() const noexcept | neforce::vector< T, Alloc > | inline |
| capacity() const noexcept | neforce::vector< T, Alloc > | inline |
| cbegin() const noexcept | neforce::vector< T, Alloc > | inline |
| cend() const noexcept | neforce::vector< T, Alloc > | inline |
| clear() noexcept(is_nothrow_destructible_v< value_type >) | neforce::vector< T, Alloc > | inline |
| const_iterator typedef | neforce::vector< T, Alloc > | |
| const_pointer typedef | neforce::vector< T, Alloc > | |
| const_reference typedef | neforce::vector< T, Alloc > | |
| const_reverse_iterator typedef | neforce::vector< T, Alloc > | |
| crbegin() const noexcept | neforce::vector< T, Alloc > | inline |
| crend() const noexcept | neforce::vector< T, Alloc > | inline |
| data() noexcept | neforce::vector< T, Alloc > | inline |
| data() const noexcept | neforce::vector< T, Alloc > | inline |
| difference_type typedef | neforce::vector< T, Alloc > | |
| emplace(iterator position, Args &&... args) | neforce::vector< T, Alloc > | inline |
| emplace_back(Args &&... args) | neforce::vector< T, Alloc > | inline |
| empty() const noexcept | neforce::vector< T, Alloc > | inline |
| end() noexcept | neforce::vector< T, Alloc > | inline |
| end() const noexcept | neforce::vector< T, Alloc > | inline |
| equal_to(const vector &rhs) const noexcept(noexcept(_NEFORCE equal(cbegin(), cend(), rhs.cbegin()))) | neforce::vector< T, Alloc > | inline |
| erase(iterator first, iterator last) noexcept(is_nothrow_move_assignable_v< value_type > &&is_nothrow_destructible_v< value_type >) | neforce::vector< T, Alloc > | inline |
| erase(iterator position) noexcept(is_nothrow_move_assignable_v< value_type >) | neforce::vector< T, Alloc > | inline |
| front() noexcept | neforce::vector< T, Alloc > | inline |
| front() const noexcept | neforce::vector< T, Alloc > | inline |
| insert(iterator position, const value_type &value) | neforce::vector< T, Alloc > | inline |
| insert(iterator position, value_type &&value) | neforce::vector< T, Alloc > | inline |
| insert(iterator position) | neforce::vector< T, Alloc > | inline |
| insert(iterator position, Iterator first, Iterator last) | neforce::vector< T, Alloc > | inline |
| insert(iterator position, std::initializer_list< value_type > ilist) | neforce::vector< T, Alloc > | inline |
| insert(iterator position, size_type n, const value_type &value) | neforce::vector< T, Alloc > | inline |
| iterator typedef | neforce::vector< T, Alloc > | |
| less_than(const vector &rhs) const noexcept(noexcept(_NEFORCE lexicographical_compare(cbegin(), cend(), rhs.cbegin(), rhs.cend()))) | neforce::vector< T, Alloc > | inline |
| max_size() noexcept | neforce::vector< T, Alloc > | inlinestatic |
| npos | neforce::vector< T, Alloc > | static |
| operator!=(const T &rhs) const noexcept(noexcept(!(derived().equal_to(rhs)))) | neforce::icomparable< T > | inline |
| operator<(const T &rhs) const noexcept(noexcept(derived().less_than(rhs))) | neforce::icomparable< T > | inline |
| operator<=(const T &rhs) const noexcept(noexcept(!(rhs.less_than(derived())))) | neforce::icomparable< T > | inline |
| operator=(const vector &other) | neforce::vector< T, Alloc > | inline |
| operator=(vector &&other) noexcept(is_nothrow_destructible_v< value_type > &&is_nothrow_swappable_v< compressed_pair< allocator_type, pointer > >) | neforce::vector< T, Alloc > | inline |
| operator=(std::initializer_list< T > ilist) | neforce::vector< T, Alloc > | inline |
| operator==(const T &rhs) const noexcept(noexcept(derived().equal_to(rhs))) | neforce::icomparable< T > | inline |
| operator>(const T &rhs) const noexcept(noexcept(rhs.less_than(derived()))) | neforce::icomparable< T > | inline |
| operator>=(const T &rhs) const noexcept(noexcept(!(derived().less_than(rhs)))) | neforce::icomparable< T > | inline |
| operator[](const size_type position) const noexcept | neforce::vector< T, Alloc > | inline |
| operator[](const size_type position) noexcept | neforce::vector< T, Alloc > | inline |
| pointer typedef | neforce::vector< T, Alloc > | |
| pop_back() noexcept(is_nothrow_destructible_v< T >) | neforce::vector< T, Alloc > | inline |
| pop_back_v() noexcept(is_nothrow_destructible_v< T > &&is_nothrow_move_constructible_v< T >) | neforce::vector< T, Alloc > | inline |
| push_back(const T &value) | neforce::vector< T, Alloc > | inline |
| push_back(T &&value) | neforce::vector< T, Alloc > | inline |
| rbegin() noexcept | neforce::vector< T, Alloc > | inline |
| rbegin() const noexcept | neforce::vector< T, Alloc > | inline |
| reference typedef | neforce::vector< T, Alloc > | |
| rend() noexcept | neforce::vector< T, Alloc > | inline |
| rend() const noexcept | neforce::vector< T, Alloc > | inline |
| reserve(const size_type n) | neforce::vector< T, Alloc > | inline |
| resize(size_type new_size, const T &value) | neforce::vector< T, Alloc > | inline |
| resize(const size_type new_size) | neforce::vector< T, Alloc > | inline |
| reverse_iterator typedef | neforce::vector< T, Alloc > | |
| shrink_to_fit() | neforce::vector< T, Alloc > | inline |
| size() const noexcept | neforce::vector< T, Alloc > | inline |
| size_type typedef | neforce::vector< T, Alloc > | |
| swap(vector &other) noexcept(is_nothrow_swappable_v< allocator_type >) | neforce::vector< T, Alloc > | inline |
| value_type typedef | neforce::vector< T, Alloc > | |
| vector() | neforce::vector< T, Alloc > | inline |
| vector(const size_type n) | neforce::vector< T, Alloc > | inlineexplicit |
| vector(const size_type n, const T &value) | neforce::vector< T, Alloc > | inlineexplicit |
| vector(const int32_t n, const T &value) | neforce::vector< T, Alloc > | inlineexplicit |
| vector(const int64_t n, const T &value) | neforce::vector< T, Alloc > | inlineexplicit |
| vector(const vector &other) | neforce::vector< T, Alloc > | inline |
| vector(vector &&other) noexcept(is_nothrow_swappable_v< compressed_pair< allocator_type, pointer > >) | neforce::vector< T, Alloc > | inline |
| vector(Iterator first, Iterator last) | neforce::vector< T, Alloc > | inline |
| vector(Iterator first, const size_type n) | neforce::vector< T, Alloc > | inline |
| vector(std::initializer_list< T > ilist) | neforce::vector< T, Alloc > | inline |
| vector(memory_view< T > view) | neforce::vector< T, Alloc > | inline |
| view() noexcept | neforce::vector< T, Alloc > | inline |
| view() const noexcept | neforce::vector< T, Alloc > | inline |
| view(const size_type off, size_type count=npos) noexcept | neforce::vector< T, Alloc > | inline |
| view(const size_type off, size_type count=npos) const noexcept | neforce::vector< T, Alloc > | inline |
| ~vector() | neforce::vector< T, Alloc > | inline |