| _begin | aocommon::UVector< Tp, Alloc > | private |
| _end | aocommon::UVector< Tp, Alloc > | private |
| _endOfStorage | aocommon::UVector< Tp, Alloc > | private |
| allocate(size_t n) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| allocator_is_always_equal typedef | aocommon::UVector< Tp, Alloc > | private |
| allocator_type typedef | aocommon::UVector< Tp, Alloc > | |
| assign(InputIterator first, InputIterator last) | aocommon::UVector< Tp, Alloc > | inline |
| assign(size_t n, const Tp &val) | aocommon::UVector< Tp, Alloc > | inline |
| assign(std::initializer_list< Tp > initlist) | aocommon::UVector< Tp, Alloc > | inline |
| assign_copy_from(const UVector< Tp, Alloc > &other, std::false_type) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| assign_copy_from(const UVector< Tp, Alloc > &other, std::true_type) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| assign_from_range(InputIterator first, InputIterator last, std::false_type) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| assign_from_range(Integral n, Integral val, std::true_type) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| assign_from_range(InputIterator first, InputIterator last, std::forward_iterator_tag) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| assign_move_from(UVector< Tp, Alloc > &&other, std::false_type) noexcept(allocator_is_always_equal::value) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| assign_move_from(UVector< Tp, Alloc > &&other, std::true_type) noexcept | aocommon::UVector< Tp, Alloc > | inlineprivate |
| at(size_t index) | aocommon::UVector< Tp, Alloc > | inline |
| at(size_t index) const | aocommon::UVector< Tp, Alloc > | inline |
| back() noexcept | aocommon::UVector< Tp, Alloc > | inline |
| back() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| begin() noexcept | aocommon::UVector< Tp, Alloc > | inline |
| begin() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| capacity() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| cbegin() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| cend() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| check_bounds(size_t index) const | aocommon::UVector< Tp, Alloc > | inlineprivate |
| clear() | aocommon::UVector< Tp, Alloc > | inline |
| const_iterator typedef | aocommon::UVector< Tp, Alloc > | |
| const_pointer typedef | aocommon::UVector< Tp, Alloc > | |
| const_reference typedef | aocommon::UVector< Tp, Alloc > | |
| const_reverse_iterator typedef | aocommon::UVector< Tp, Alloc > | |
| construct_from_range(InputIterator first, InputIterator last, std::false_type) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| construct_from_range(Integral n, Integral val, std::true_type) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| construct_from_range(InputIterator first, InputIterator last, std::forward_iterator_tag) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| crbegin() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| crend() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| data() noexcept | aocommon::UVector< Tp, Alloc > | inline |
| data() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| deallocate() noexcept | aocommon::UVector< Tp, Alloc > | inlineprivate |
| deallocate(pointer begin, size_t n) noexcept | aocommon::UVector< Tp, Alloc > | inlineprivate |
| difference_type typedef | aocommon::UVector< Tp, Alloc > | |
| emplace(const_iterator position, Args &&... args) | aocommon::UVector< Tp, Alloc > | inline |
| emplace_back(Args &&... args) | aocommon::UVector< Tp, Alloc > | inline |
| empty() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| end() noexcept | aocommon::UVector< Tp, Alloc > | inline |
| end() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| enlarge(size_t newSize) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| enlarge_for_insert(size_t newSize, size_t insert_position, size_t insert_count) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| enlarge_size(size_t extra_space_needed) const noexcept | aocommon::UVector< Tp, Alloc > | inlineprivate |
| erase(const_iterator position) | aocommon::UVector< Tp, Alloc > | inline |
| erase(const_iterator first, const_iterator last) | aocommon::UVector< Tp, Alloc > | inline |
| front() noexcept | aocommon::UVector< Tp, Alloc > | inline |
| front() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| get_allocator() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| insert(const_iterator position, const Tp &item) | aocommon::UVector< Tp, Alloc > | inline |
| insert(const_iterator position, size_t n, const Tp &val) | aocommon::UVector< Tp, Alloc > | inline |
| insert(const_iterator position, InputIterator first, InputIterator last) | aocommon::UVector< Tp, Alloc > | inline |
| insert(const_iterator position, Tp &&item) | aocommon::UVector< Tp, Alloc > | inline |
| insert(const_iterator position, std::initializer_list< Tp > initlist) | aocommon::UVector< Tp, Alloc > | inline |
| insert_from_range(const_iterator position, InputIterator first, InputIterator last, std::false_type) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| insert_from_range(const_iterator position, Integral n, Integral val, std::true_type) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| insert_from_range(const_iterator position, InputIterator first, InputIterator last, std::forward_iterator_tag) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| insert_uninitialized(const_iterator position, size_t n) | aocommon::UVector< Tp, Alloc > | inline |
| iterator typedef | aocommon::UVector< Tp, Alloc > | |
| max_size() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| operator=(const UVector< Tp, Alloc > &other) | aocommon::UVector< Tp, Alloc > | inline |
| operator=(UVector< Tp, Alloc > &&other) noexcept(std::allocator_traits< Alloc >::propagate_on_container_move_assignment::value||allocator_is_always_equal::value) | aocommon::UVector< Tp, Alloc > | inline |
| operator[](size_t index) noexcept | aocommon::UVector< Tp, Alloc > | inline |
| operator[](size_t index) const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| pointer typedef | aocommon::UVector< Tp, Alloc > | |
| pop_back() | aocommon::UVector< Tp, Alloc > | inline |
| push_back(const Tp &item) | aocommon::UVector< Tp, Alloc > | inline |
| push_back(Tp &&item) | aocommon::UVector< Tp, Alloc > | inline |
| push_back(InputIterator first, InputIterator last) | aocommon::UVector< Tp, Alloc > | inline |
| push_back(size_t n, const Tp &val) | aocommon::UVector< Tp, Alloc > | inline |
| push_back(std::initializer_list< Tp > initlist) | aocommon::UVector< Tp, Alloc > | inline |
| push_back_range(InputIterator first, InputIterator last, std::false_type) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| push_back_range(Integral n, Integral val, std::true_type) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| push_back_range(InputIterator first, InputIterator last, std::forward_iterator_tag) | aocommon::UVector< Tp, Alloc > | inlineprivate |
| push_back_uninitialized(size_t n) | aocommon::UVector< Tp, Alloc > | inline |
| rbegin() noexcept | aocommon::UVector< Tp, Alloc > | inline |
| rbegin() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| reference typedef | aocommon::UVector< Tp, Alloc > | |
| rend() noexcept | aocommon::UVector< Tp, Alloc > | inline |
| rend() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| reserve(size_t n) | aocommon::UVector< Tp, Alloc > | inline |
| resize(size_t n) | aocommon::UVector< Tp, Alloc > | inline |
| resize(size_t n, const Tp &val) | aocommon::UVector< Tp, Alloc > | inline |
| reverse_iterator typedef | aocommon::UVector< Tp, Alloc > | |
| shrink_to_fit() | aocommon::UVector< Tp, Alloc > | inline |
| size() const noexcept | aocommon::UVector< Tp, Alloc > | inline |
| size_t typedef | aocommon::UVector< Tp, Alloc > | |
| size_type typedef | aocommon::UVector< Tp, Alloc > | |
| swap(UVector< Tp, Alloc > &other) noexcept | aocommon::UVector< Tp, Alloc > | inline |
| swap(UVector< Tp, Alloc > &other, std::true_type) noexcept | aocommon::UVector< Tp, Alloc > | inlineprivate |
| swap(UVector< Tp, Alloc > &other, std::false_type) noexcept | aocommon::UVector< Tp, Alloc > | inlineprivate |
| UVector(const allocator_type &allocator=Alloc()) noexcept | aocommon::UVector< Tp, Alloc > | inlineexplicit |
| UVector(size_t n) | aocommon::UVector< Tp, Alloc > | inlineexplicit |
| UVector(size_t n, const value_type &val, const allocator_type &allocator=Alloc()) | aocommon::UVector< Tp, Alloc > | inline |
| UVector(InputIterator first, InputIterator last, const allocator_type &allocator=Alloc()) | aocommon::UVector< Tp, Alloc > | inline |
| UVector(const UVector< Tp, Alloc > &other) | aocommon::UVector< Tp, Alloc > | inline |
| UVector(const UVector< Tp, Alloc > &other, const allocator_type &allocator) | aocommon::UVector< Tp, Alloc > | inline |
| UVector(UVector< Tp, Alloc > &&other) noexcept | aocommon::UVector< Tp, Alloc > | inline |
| UVector(UVector< Tp, Alloc > &&other, const allocator_type &allocator) noexcept | aocommon::UVector< Tp, Alloc > | inline |
| UVector(std::initializer_list< Tp > initlist, const allocator_type &allocator=Alloc()) | aocommon::UVector< Tp, Alloc > | inline |
| value_type typedef | aocommon::UVector< Tp, Alloc > | |
| ~UVector() noexcept | aocommon::UVector< Tp, Alloc > | inline |