adjust_size(int delta) | Prealloced_array< Element_type, Prealloc > | inlineprivate |
assign_at(size_t n, const value_type &val) | Prealloced_array< Element_type, Prealloc > | inline |
at(size_t n) | Prealloced_array< Element_type, Prealloc > | inline |
at(size_t n) const | Prealloced_array< Element_type, Prealloc > | inline |
back() | Prealloced_array< Element_type, Prealloc > | inline |
back() const | Prealloced_array< Element_type, Prealloc > | inline |
begin() | Prealloced_array< Element_type, Prealloc > | inline |
begin() const | Prealloced_array< Element_type, Prealloc > | inline |
buffer() | Prealloced_array< Element_type, Prealloc > | inlineprivate |
buffer() const | Prealloced_array< Element_type, Prealloc > | inlineprivate |
capacity() const | Prealloced_array< Element_type, Prealloc > | inline |
cbegin() const | Prealloced_array< Element_type, Prealloc > | inline |
cend() const | Prealloced_array< Element_type, Prealloc > | inline |
claim_memory_ownership(bool claim) | Prealloced_array< Element_type, Prealloc > | inline |
clear() | Prealloced_array< Element_type, Prealloc > | inline |
const_iterator typedef | Prealloced_array< Element_type, Prealloc > | |
count_unique(const value_type &val) const | Prealloced_array< Element_type, Prealloc > | inline |
difference_type typedef | Prealloced_array< Element_type, Prealloc > | |
element_size() const | Prealloced_array< Element_type, Prealloc > | inline |
emplace(const_iterator position, Args &&...args) | Prealloced_array< Element_type, Prealloc > | inline |
emplace_back(Args &&...args) | Prealloced_array< Element_type, Prealloc > | inline |
empty() const | Prealloced_array< Element_type, Prealloc > | inline |
end() | Prealloced_array< Element_type, Prealloc > | inline |
end() const | Prealloced_array< Element_type, Prealloc > | inline |
erase(const_iterator position) | Prealloced_array< Element_type, Prealloc > | inline |
erase(size_t ix) | Prealloced_array< Element_type, Prealloc > | inline |
erase(const_iterator first, const_iterator last) | Prealloced_array< Element_type, Prealloc > | inline |
erase_at_end(const_iterator first) | Prealloced_array< Element_type, Prealloc > | inline |
erase_unique(const value_type &val) | Prealloced_array< Element_type, Prealloc > | inline |
front() | Prealloced_array< Element_type, Prealloc > | inline |
front() const | Prealloced_array< Element_type, Prealloc > | inline |
Has_trivial_destructor | Prealloced_array< Element_type, Prealloc > | privatestatic |
initial_capacity | Prealloced_array< Element_type, Prealloc > | static |
insert(const_iterator position, const value_type &val) | Prealloced_array< Element_type, Prealloc > | inline |
insert(const_iterator position, value_type &&val) | Prealloced_array< Element_type, Prealloc > | inline |
insert_unique(const value_type &val) | Prealloced_array< Element_type, Prealloc > | inline |
iterator typedef | Prealloced_array< Element_type, Prealloc > | |
m_buff | Prealloced_array< Element_type, Prealloc > | |
m_ext | Prealloced_array< Element_type, Prealloc > | |
m_inline_size | Prealloced_array< Element_type, Prealloc > | private |
m_psi_key | Prealloced_array< Element_type, Prealloc > | private |
operator=(const Prealloced_array &that) | Prealloced_array< Element_type, Prealloc > | inline |
operator=(Prealloced_array &&that) | Prealloced_array< Element_type, Prealloc > | inline |
operator[](size_t n) | Prealloced_array< Element_type, Prealloc > | inline |
operator[](size_t n) const | Prealloced_array< Element_type, Prealloc > | inline |
pop_back() | Prealloced_array< Element_type, Prealloc > | inline |
Prealloced_array(PSI_memory_key psi_key) | Prealloced_array< Element_type, Prealloc > | inlineexplicit |
Prealloced_array(PSI_memory_key psi_key, size_t initial_size) | Prealloced_array< Element_type, Prealloc > | inline |
Prealloced_array(const Prealloced_array &that) | Prealloced_array< Element_type, Prealloc > | inline |
Prealloced_array(Prealloced_array &&that) | Prealloced_array< Element_type, Prealloc > | inline |
Prealloced_array(PSI_memory_key psi_key, const_iterator first, const_iterator last) | Prealloced_array< Element_type, Prealloc > | inline |
Prealloced_array(std::initializer_list< Element_type > elems) | Prealloced_array< Element_type, Prealloc > | inline |
push_back(const Element_type &element) | Prealloced_array< Element_type, Prealloc > | inline |
push_back(Element_type &&element) | Prealloced_array< Element_type, Prealloc > | inline |
reserve(size_t n) | Prealloced_array< Element_type, Prealloc > | inline |
resize(size_t n, const Element_type &val=Element_type()) | Prealloced_array< Element_type, Prealloc > | inline |
set_size(size_t n) | Prealloced_array< Element_type, Prealloc > | inlineprivate |
shrink_to_fit() | Prealloced_array< Element_type, Prealloc > | inline |
size() const | Prealloced_array< Element_type, Prealloc > | inline |
size_type typedef | Prealloced_array< Element_type, Prealloc > | |
swap(Prealloced_array &rhs) | Prealloced_array< Element_type, Prealloc > | inline |
using_inline_buffer() const | Prealloced_array< Element_type, Prealloc > | inlineprivate |
value_type typedef | Prealloced_array< Element_type, Prealloc > | |
~Prealloced_array() | Prealloced_array< Element_type, Prealloc > | inline |