| allocator_type typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | assign(InputIt first, InputIt last) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | assign(const_iterator first, const_iterator last) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | at(size_type i) const | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | at(size_type i) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | back() | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | back() const | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | begin() noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | begin() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | capacity() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | capacity_reached() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | cbegin() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | cend() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | classSignature() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | clear() noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | clear(bool releaseMem) noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | clearPosition() noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | const_iterator typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | const_pointer typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | const_reference typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | darray(darray &parent, pointer begin, pointer position, pointer limit, size_type size) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inlineexplicitprotected | 
  | darray() noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | darray(size_type capacity, const float growth_factor=DEFAULT_GROWTH_FACTOR, const allocator_type &alloc=allocator_type()) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inlineexplicit | 
  | darray(std::nullptr_t, size_type size, value_type value=value_type(), const float growth_factor=DEFAULT_GROWTH_FACTOR, const allocator_type &alloc=allocator_type()) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inlineexplicit | 
  | darray(const darray &x) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | darray(const darray &x, const float growth_factor, const allocator_type &alloc) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inlineexplicit | 
  | darray(const darray &x, const size_type _capacity, const float growth_factor, const allocator_type &alloc) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inlineexplicit | 
  | darray(darray &&x) noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | darray(darray &&x, const float growth_factor, const allocator_type &alloc) noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | 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, Size_type, Alloc_type, use_memmove, use_secmem > | 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, Size_type, Alloc_type, use_memmove, use_secmem > | inlineexplicit | 
  | darray(InputIt first, InputIt last, const allocator_type &alloc=allocator_type()) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | darray(std::initializer_list< value_type > initlist, const allocator_type &alloc=allocator_type()) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | darray_tag typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | data() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | data() noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | DEFAULT_GROWTH_FACTOR | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | static | 
  | difference_type typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | duplicate() | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | emplace(const_iterator pos, Args &&... args) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | emplace_back(Args &&... args) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | empty() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | end() noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | end() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | equal_comparator typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | erase(const_iterator cpos) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | erase(const_iterator cfirst, const_iterator clast) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | erase(const size_type pos_idx) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | erase(const size_type first_idx, const size_type last_idx) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | erase_if(const bool all_matching, UnaryPredicate p) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | erase_matching(const value_type &x, const bool all_matching, equal_comparator comparator) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | flip() noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | front() | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | front() const | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | get() | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | get_allocator() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | get_allocator_ref() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | get_grown_capacity(size_type add=1) const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | getInfo() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | growthFactor() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | hasRemaining() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | insert(const_iterator pos, const value_type &x) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | insert(const size_type pos_idx, const value_type &x) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | insert(const_iterator pos, value_type &&x) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | insert(const_iterator pos, InputIt first, InputIt last) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | iterator typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | limit() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | limit_ptr() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | max_size() noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inlinestatic | 
  | operator=(const darray &x) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | operator=(darray &&x) noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | operator[](size_type i) const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | operator[](size_type i) noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | pinned() const | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | pointer typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | pop_back() noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | position() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | position_ptr() noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | position_ptr() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | push_back(const value_type &x) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | push_back(value_type &&x) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | push_back(InputIt first, InputIt last) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | push_back_list(const Args &... args) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | push_back_list(Args &&... args) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | push_back_unique(const value_type &x, equal_comparator comparator) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | push_front(const value_type &x) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | push_front(value_type &&x) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | put(const_reference v, Bool grow=Bool::False) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | putN(Bool grow, const Targs &...args) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | reference typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | remaining() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | reserve(size_type new_capacity) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | resize(size_type new_size, const value_type &val) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | resize(size_type new_size) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | rewind() noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | self_t typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | setGrowthFactor(float v) noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | setLimit(size_type v) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | setPosition(size_type v) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | shared() const | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | shrink_to_fit() | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | size() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | size_type typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | slice() | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | slice(size_type idx, size_type length) | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | swap(darray &x) noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | toString() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | uses_memmove | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | static | 
  | uses_realloc | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | static | 
  | uses_secmem | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | static | 
  | value_type typedef | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > |  | 
  | valueSignature() const noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline | 
  | ~darray() noexcept | jau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > | inline |