API Documentation
Loading...
Searching...
No Matches
QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager > Member List

This is the complete list of members for QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >, including all inherited members.

_equals(const Buffer &buffer) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
add(t_type &&object)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
add(const t_type &object)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
add(t_index_type location, const t_type &object)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
add(t_index_type location, t_type &&object)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
addAll(const Buffer< t_type, t_other_index_type, t_other_memory_allocator, t_other_memory_manager > &buffer)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
addAll(const t_type *buffer, t_index_type buffer_size)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
addAll(const t_type *buffer)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
addAndFillSpace(t_index_type space_to_add, const t_type &fill_object)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
addSpace(t_index_type space_to_add)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
addSpace(t_index_type location, t_index_type size)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
begin()Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
begin() constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
begin(t_index_type index) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
Buffer()Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
Buffer(const Buffer &buffer)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
Buffer(Buffer &&buffer) noexceptBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
Buffer(t_index_type size)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineexplicitprotected
Buffer(const t_type *buffer, t_index_type size)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineexplicitprotected
Buffer(t_index_type size, const t_type &fill_object)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
Buffer(std::initializer_list< t_type > l)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
Buffer(const t_iterator &begin, const t_iterator &end)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
capacity() constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
checkMove()QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
clear()QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
NDEVR::Buffer::clear(t_index_type new_capacity)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
compare(const Buffer &value) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
compare(const Buffer &value, t_index_type start, t_index_type end) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
contains(const t_type &element) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
contains(const t_type &element, const std::function< bool(const t_type &, const t_type &)> &equal_function) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
contains(const t_type &element, t_index_type start) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
contains(const t_type &element, t_index_type start, t_index_type search_size) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
count(const t_type &element) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
empty() constQueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
end()Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
end() constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
end(t_index_type index)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
ensureCapacity(t_index_type new_capacity, bool ensure_not_greater=false, bool ensure_not_less=true)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
equals(const Buffer &buffer) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
front()QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
front() constQueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
get(t_index_type index)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
get(t_index_type index) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
getAll(t_index_type start, t_index_type size)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
getAs() constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
indexOf(const t_type &element) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
indexOf(const t_type &element, t_index_type start_pos) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
indexOf(const t_type &element, t_index_type start_pos, t_index_type search_size) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
insert(t_index_type offset, const Buffer &buffer)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
insert(t_index_type offset, const t_type *const buffer, t_index_type buffer_size)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
insert(const t_index_type location, const t_type *buffer)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
isEmpty() constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
isSorted() constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
isSortedSet() constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
last() constQueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
last()QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
lastIndexOf(const t_type &element) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
m_endQueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >protected
m_memory_interfaceBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >protected
m_startQueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >protected
memoryInterface()QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
memoryInterface() constQueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
memSize() constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
move(t_index_type from, t_index_type to)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator const t_type *() constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator t_type *()Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator!=(const Buffer &buffer) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator+(const t_type &element) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator+(const Buffer &value) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator+=(const t_type &element)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator+=(const Buffer &value)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator<(const Buffer &buffer) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator<=(const Buffer &buffer) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator=(const QueueBuffer &buffer) noexceptQueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
operator=(QueueBuffer &&buffer) noexceptQueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
NDEVR::Buffer::operator=(const Buffer &buffer)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
NDEVR::Buffer::operator=(Buffer &&buffer) noexceptBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator==(const Buffer &buffer) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator>(const Buffer &buffer) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator>=(const Buffer &buffer) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
operator[](t_index_type value) const noexceptQueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
operator[](t_index_type value) noexceptQueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
NDEVR::Buffer::operator[](const int index)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
NDEVR::Buffer::operator[](const int index) constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
pop()QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
primitiveSort()Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
ptr()Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
ptr() constBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
push(t_type &&object)QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
push(const t_type &object)QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
QueueBuffer()QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
QueueBuffer(const QueueBuffer &buffer)QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
QueueBuffer(const Buffer< t_type, t_memory_allocator, t_memory_manager > &buffer)QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
QueueBuffer(QueueBuffer &&buffer) noexceptQueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
QueueBuffer(uint04 size)QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineexplicit
removeAllIndex(t_index_type start, t_index_type end)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
removeAllIndices(const t_range_buffer &ranges)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
removeAllOrdered(const t_type &object)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
removeAllUnordered(const t_type &object)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
removeAllUnordered(const t_functor &functor)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
removeElement(const t_type &element)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
removeIndex(t_index_type location)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
removeIndexBackSwap(t_index_type location)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
removeLast()Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
replaceAll(const t_type &var, const t_type &replacement)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
replaceIndexRange(t_index_type offset, t_index_type replace_size, const Buffer &buffer)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
resize(t_index_type new_size)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
reverse()Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
reverse(const t_index_type start, const t_index_type end)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
setAll(const t_o_type *src, t_index_type offset, t_index_type size)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
setAll(const Buffer &buffer, t_index_type offset, t_index_type size)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
setAll(const Buffer &buffer, t_index_type offset, t_index_type other_offset, t_index_type size)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
setAllToValue(const t_o_type &fill_element, const t_index_type offset=0, t_index_type fill_size=Constant< t_index_type >::NaN)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
setSize(t_index_type new_size)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
setSize(const t_index_type new_size, const t_type &fill_element)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
setUnique()Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
setUniquePresorted()Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
size() constQueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inline
sort()Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
sortAboutValue(t_index_type value_index)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
sortAboutValue(t_index_type value_index, t_index_type start, t_index_type end)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
sortRange(t_index_type start, t_index_type end)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
swapAllElements(const t_type &element1, const t_type &element2)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
swapElements(const t_type &element1, const t_type &element2)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
swapIndices(t_index_type index_1, t_index_type index_2)Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected
Type()QueueBuffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlinestatic
~Buffer()Buffer< t_type, t_index_type, t_memory_allocator, t_memory_manager >inlineprotected