| allocator_type typedef | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | |
| assign(InputIt first, InputIt last) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| assign(const_iterator first, const_iterator last) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| at(size_type i) const | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| at(size_type i) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| back() | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| back() const | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| begin() noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| begin() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| capacity() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| capacity_reached() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| cbegin() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| cend() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| clear() noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| const_iterator typedef | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | |
| const_pointer typedef | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | |
| const_reference typedef | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | |
| darray() noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| darray(size_type capacity, const float growth_factor=DEFAULT_GROWTH_FACTOR, const allocator_type &alloc=allocator_type()) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inlineexplicit |
| darray(const darray &x) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| darray(const darray &x, const float growth_factor, const allocator_type &alloc) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inlineexplicit |
| darray(const darray &x, const size_type _capacity, const float growth_factor, const allocator_type &alloc) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inlineexplicit |
| darray(darray &&x) noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| darray(darray &&x, const float growth_factor, const allocator_type &alloc) noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inlineexplicit |
| darray(const size_type _capacity, const_iterator first, const_iterator last, const float growth_factor=DEFAULT_GROWTH_FACTOR, const allocator_type &alloc=allocator_type()) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inlineexplicit |
| darray(const size_type _capacity, InputIt first, InputIt last, const float growth_factor=DEFAULT_GROWTH_FACTOR, const allocator_type &alloc=allocator_type()) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inlineexplicit |
| darray(InputIt first, InputIt last, const allocator_type &alloc=allocator_type()) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| darray(std::initializer_list< value_type > initlist, const allocator_type &alloc=allocator_type()) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| darray_tag typedef | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | |
| data() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| data() noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| DEFAULT_GROWTH_FACTOR | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | static |
| difference_type typedef | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | |
| emplace(const_iterator pos, Args &&... args) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| emplace_back(Args &&... args) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| empty() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| end() noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| end() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| equal_comparator typedef | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | |
| erase(const_iterator pos) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| erase(iterator first, const_iterator last) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| erase_matching(const value_type &x, const bool all_matching, equal_comparator comparator) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| front() | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| front() const | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| get_allocator() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| get_allocator_ref() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| get_grown_capacity() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| get_info() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| growth_factor() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| insert(const_iterator pos, const value_type &x) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| insert(const_iterator pos, value_type &&x) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| insert(const_iterator pos, InputIt first, InputIt last) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| iterator typedef | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | |
| max_size() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| operator=(const darray &x) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| operator=(darray &&x) noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| operator[](size_type i) const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| operator[](size_type i) noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| pointer typedef | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | |
| pop_back() noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| push_back(const value_type &x) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| push_back(value_type &&x) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| push_back(InputIt first, InputIt last) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| push_back_unique(const value_type &x, equal_comparator comparator) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| reference typedef | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | |
| reserve(size_type new_capacity) | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| size() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| size_type typedef | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | |
| swap(darray &x) noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| toString() const noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |
| uses_memmove | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | static |
| uses_realloc | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | static |
| uses_secmem | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | static |
| value_type typedef | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | |
| ~darray() noexcept | jau::darray< Value_type, Alloc_type, Size_type, use_memmove, use_realloc, sec_mem > | inline |