|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
成员的完整列表,这些成员属于 neforce::list< T, Alloc >,包括所有继承而来的类成员
| allocator_type typedef | neforce::list< T, Alloc > | |
| assign(const size_type n, const T &value) | neforce::list< T, Alloc > | inline |
| assign(Iterator first, Iterator last) | neforce::list< T, Alloc > | inline |
| assign(std::initializer_list< T > ilist) | neforce::list< T, Alloc > | inline |
| at(size_type position) const | neforce::list< T, Alloc > | inline |
| at(size_type position) | neforce::list< T, Alloc > | inline |
| back() noexcept | neforce::list< T, Alloc > | inline |
| back() const noexcept | neforce::list< T, Alloc > | inline |
| begin() noexcept | neforce::list< T, Alloc > | inline |
| begin() const noexcept | neforce::list< T, Alloc > | inline |
| cbegin() const noexcept | neforce::list< T, Alloc > | inline |
| cend() const noexcept | neforce::list< T, Alloc > | inline |
| clear() noexcept(is_nothrow_destructible_v< node_type >) | neforce::list< T, Alloc > | inline |
| const_iterator typedef | neforce::list< T, Alloc > | |
| const_pointer typedef | neforce::list< T, Alloc > | |
| const_reference typedef | neforce::list< T, Alloc > | |
| const_reverse_iterator typedef | neforce::list< T, Alloc > | |
| crbegin() const noexcept | neforce::list< T, Alloc > | inline |
| crend() const noexcept | neforce::list< T, Alloc > | inline |
| difference_type typedef | neforce::list< T, Alloc > | |
| emplace(iterator position, Args &&... args) | neforce::list< T, Alloc > | inline |
| emplace_back(Args &&... args) | neforce::list< T, Alloc > | inline |
| emplace_front(Args &&... args) | neforce::list< T, Alloc > | inline |
| empty() const noexcept | neforce::list< T, Alloc > | inline |
| end() noexcept | neforce::list< T, Alloc > | inline |
| end() const noexcept | neforce::list< T, Alloc > | inline |
| equal_to(const list &rhs) const noexcept(noexcept(_NEFORCE equal(cbegin(), cend(), rhs.cbegin()))) | neforce::list< T, Alloc > | inline |
| erase(iterator position) noexcept(is_nothrow_destructible_v< node_type >) | neforce::list< T, Alloc > | inline |
| erase(iterator first, iterator last) noexcept(is_nothrow_destructible_v< node_type >) | neforce::list< T, Alloc > | inline |
| front() noexcept | neforce::list< T, Alloc > | inline |
| front() const noexcept | neforce::list< T, Alloc > | inline |
| insert(iterator position, const T &value) | neforce::list< T, Alloc > | inline |
| insert(iterator position, T &&value) | neforce::list< T, Alloc > | inline |
| insert(iterator position, Iterator first, Iterator last) | neforce::list< T, Alloc > | inline |
| insert(iterator position, std::initializer_list< T > ilist) | neforce::list< T, Alloc > | inline |
| insert(iterator position, size_type n, const T &value) | neforce::list< T, Alloc > | inline |
| iterator typedef | neforce::list< T, Alloc > | |
| less_than(const list &rhs) const noexcept(noexcept(_NEFORCE lexicographical_compare(cbegin(), cend(), rhs.cbegin(), rhs.cend()))) | neforce::list< T, Alloc > | inline |
| list() | neforce::list< T, Alloc > | inline |
| list(size_type n) | neforce::list< T, Alloc > | inlineexplicit |
| list(size_type n, const T &value) | neforce::list< T, Alloc > | inline |
| list(Iterator first, Iterator last) | neforce::list< T, Alloc > | inline |
| list(std::initializer_list< T > ilist) | neforce::list< T, Alloc > | inline |
| list(const list &other) | neforce::list< T, Alloc > | inline |
| list(list &&other) noexcept(is_nothrow_swappable_v< compressed_pair< allocator_type, size_type > >) | neforce::list< T, Alloc > | inline |
| max_size() const noexcept | neforce::list< T, Alloc > | inline |
| merge(list &other) | neforce::list< T, Alloc > | inline |
| merge_if(list &other, Pred pred) | neforce::list< T, Alloc > | inline |
| operator=(std::initializer_list< T > ilist) | neforce::list< T, Alloc > | inline |
| operator=(const list &other) | neforce::list< T, Alloc > | inline |
| operator=(list &&other) noexcept(is_nothrow_swappable_v< compressed_pair< allocator_type, size_type > > &&is_nothrow_destructible_v< node_type >) | neforce::list< T, Alloc > | inline |
| operator[](const size_type position) const | neforce::list< T, Alloc > | inline |
| operator[](const size_type position) | neforce::list< T, Alloc > | inline |
| pointer typedef | neforce::list< T, Alloc > | |
| pop_back() noexcept | neforce::list< T, Alloc > | inline |
| pop_front() noexcept | neforce::list< T, Alloc > | inline |
| push_back(const T &value) | neforce::list< T, Alloc > | inline |
| push_back(T &&value) | neforce::list< T, Alloc > | inline |
| push_front(const T &value) | neforce::list< T, Alloc > | inline |
| push_front(T &&value) | neforce::list< T, Alloc > | inline |
| rbegin() noexcept | neforce::list< T, Alloc > | inline |
| rbegin() const noexcept | neforce::list< T, Alloc > | inline |
| reference typedef | neforce::list< T, Alloc > | |
| remove(const T &value) | neforce::list< T, Alloc > | inline |
| remove_if(Pred pred) | neforce::list< T, Alloc > | inline |
| rend() noexcept | neforce::list< T, Alloc > | inline |
| rend() const noexcept | neforce::list< T, Alloc > | inline |
| reverse() noexcept | neforce::list< T, Alloc > | inline |
| reverse_iterator typedef | neforce::list< T, Alloc > | |
| size() const noexcept | neforce::list< T, Alloc > | inline |
| size_type typedef | neforce::list< T, Alloc > | |
| sort() | neforce::list< T, Alloc > | inline |
| sort_if(Pred pred) | neforce::list< T, Alloc > | inline |
| splice(iterator position, list &other) | neforce::list< T, Alloc > | inline |
| splice(iterator position, list &other, iterator iter) | neforce::list< T, Alloc > | inline |
| splice(iterator position, list &other, iterator first, iterator last) | neforce::list< T, Alloc > | inline |
| swap(list &other) noexcept(is_nothrow_swappable_v< allocator_type >) | neforce::list< T, Alloc > | inline |
| transfer(iterator position, iterator first, iterator last) | neforce::list< T, Alloc > | inline |
| unique() noexcept | neforce::list< T, Alloc > | inline |
| unique_if(Pred pred) noexcept | neforce::list< T, Alloc > | inline |
| value_type typedef | neforce::list< T, Alloc > | |
| ~list() | neforce::list< T, Alloc > | inline |