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