jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
jau::darray_sorted< Value_type, Size_type, Alloc_type, use_memmove, use_secmem > Member List

This is the complete list of members for jau::darray_sorted< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >, including all inherited members.

allocator_type typedefjau::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) constjau::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() constjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
begin() noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
begin() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
capacity() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
capacity_reached() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
cbegin() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
cend() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
classSignature() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
clear() noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
clear(bool releaseMem) noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
clearPosition() noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
const_iterator typedefjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protected
const_pointer typedefjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protected
const_reference typedefjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protected
contains(const value_type &x) const noexceptjau::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() noexceptjau::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) noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
darray(darray &&x, const float growth_factor, const allocator_type &alloc) noexceptjau::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 typedefjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protected
darray_type typedefjau::darray_sorted< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >
data() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
data() noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
DEFAULT_GROWTH_FACTORjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protectedstatic
difference_type typedefjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protected
DOWN enum valuejau::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 noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
end() noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
end() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
equal_comparator typedefjau::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() noexceptjau::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() constjau::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 noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
get_allocator_ref() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
get_grown_capacity(size_type add=1) const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
getInfo() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
growthFactor() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
hasRemaining() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
index_of(const value_type &x) constjau::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 typedefjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protected
limit() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
limit_ptr() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
max_size() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
nposjau::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) noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
operator[](size_type i) const noexceptjau::darray_sorted< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inline
operator[](size_type i) noexceptjau::darray_sorted< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inline
order_t enum namejau::darray_sorted< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >
pinned() constjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
pointer typedefjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protected
pop_back() noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
position() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
position_ptr() noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
position_ptr() const noexceptjau::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 typedefjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protected
remaining() const noexceptjau::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() noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
self_t typedefjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protected
setGrowthFactor(float v) noexceptjau::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() constjau::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 noexceptjau::darray_sorted< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inline
size_type typedefjau::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) noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
toString() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
UP enum valuejau::darray_sorted< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >
uses_memmovejau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protectedstatic
uses_reallocjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protectedstatic
uses_secmemjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protectedstatic
value_type typedefjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >protected
valueSignature() const noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected
~darray() noexceptjau::darray< Value_type, Size_type, Alloc_type, use_memmove, use_secmem >inlineprotected