AllocatedArray(size_type max_size, pointer data, deleter_type deleter=noop_deleter) | playrho::AllocatedArray< T, Deleter > | inline |
AllocatedArray()=delete (defined in playrho::AllocatedArray< T, Deleter >) | playrho::AllocatedArray< T, Deleter > | |
AllocatedArray(const AllocatedArray ©)=delete (defined in playrho::AllocatedArray< T, Deleter >) | playrho::AllocatedArray< T, Deleter > | |
AllocatedArray(AllocatedArray &&other) noexcept | playrho::AllocatedArray< T, Deleter > | inline |
back() noexcept | playrho::AllocatedArray< T, Deleter > | inline |
back() const noexcept | playrho::AllocatedArray< T, Deleter > | inline |
begin() | playrho::AllocatedArray< T, Deleter > | inline |
begin() const | playrho::AllocatedArray< T, Deleter > | inline |
cbegin() const | playrho::AllocatedArray< T, Deleter > | inline |
cend() const | playrho::AllocatedArray< T, Deleter > | inline |
clear() noexcept | playrho::AllocatedArray< T, Deleter > | inline |
const_iterator typedef | playrho::AllocatedArray< T, Deleter > | |
const_pointer typedef | playrho::AllocatedArray< T, Deleter > | |
const_reference typedef | playrho::AllocatedArray< T, Deleter > | |
const_value_type typedef | playrho::AllocatedArray< T, Deleter > | |
data() const noexcept | playrho::AllocatedArray< T, Deleter > | inline |
deleter_type typedef | playrho::AllocatedArray< T, Deleter > | |
difference_type typedef | playrho::AllocatedArray< T, Deleter > | |
empty() const noexcept | playrho::AllocatedArray< T, Deleter > | inline |
end() | playrho::AllocatedArray< T, Deleter > | inline |
end() const | playrho::AllocatedArray< T, Deleter > | inline |
iterator typedef | playrho::AllocatedArray< T, Deleter > | |
m_data | playrho::AllocatedArray< T, Deleter > | private |
m_deleter | playrho::AllocatedArray< T, Deleter > | private |
m_max_size | playrho::AllocatedArray< T, Deleter > | private |
m_size | playrho::AllocatedArray< T, Deleter > | private |
max_size() const noexcept | playrho::AllocatedArray< T, Deleter > | inline |
noop_deleter(void *) | playrho::AllocatedArray< T, Deleter > | inlineprivatestatic |
operator[](size_type i) | playrho::AllocatedArray< T, Deleter > | inline |
operator[](size_type i) const | playrho::AllocatedArray< T, Deleter > | inline |
pointer typedef | playrho::AllocatedArray< T, Deleter > | |
pop_back() noexcept | playrho::AllocatedArray< T, Deleter > | inline |
push_back(const_reference value) | playrho::AllocatedArray< T, Deleter > | inline |
reference typedef | playrho::AllocatedArray< T, Deleter > | |
size() const noexcept | playrho::AllocatedArray< T, Deleter > | inline |
size_type typedef | playrho::AllocatedArray< T, Deleter > | |
value_type typedef | playrho::AllocatedArray< T, Deleter > | |
~AllocatedArray() noexcept | playrho::AllocatedArray< T, Deleter > | inline |