buffer() const | LoanableCollection | inline |
element_type typedef | StackAllocatedSequence< T, num_items > | |
elements_ | StackAllocatedSequence< T, num_items > | protected |
has_ownership() const | LoanableCollection | inline |
has_ownership_ | StackAllocatedSequence< T, num_items > | protected |
length() const | LoanableCollection | inline |
length(size_type new_length) | LoanableCollection | inline |
length_ | StackAllocatedSequence< T, num_items > | protected |
loan(element_type *buffer, size_type new_maximum, size_type new_length) | LoanableCollection | inline |
LoanableCollection()=default | LoanableCollection | protected |
maximum() const | LoanableCollection | inline |
maximum_ | StackAllocatedSequence< T, num_items > | protected |
operator=(const StackAllocatedSequence &)=delete | StackAllocatedSequence< T, num_items > | |
operator=(StackAllocatedSequence &&)=delete | StackAllocatedSequence< T, num_items > | |
operator[](size_type n) | LoanableTypedCollection< T, _NonConstEnabler > | inline |
operator[](size_type n) const | LoanableTypedCollection< T, _NonConstEnabler > | inline |
resize(LoanableCollection::size_type new_length) override | StackAllocatedSequence< T, num_items > | inlineprotectedvirtual |
size_type typedef | StackAllocatedSequence< T, num_items > | |
StackAllocatedSequence() | StackAllocatedSequence< T, num_items > | inline |
StackAllocatedSequence(const StackAllocatedSequence &)=delete | StackAllocatedSequence< T, num_items > | |
StackAllocatedSequence(StackAllocatedSequence &&)=delete | StackAllocatedSequence< T, num_items > | |
unloan(size_type &maximum, size_type &length) | LoanableCollection | inline |
unloan() | LoanableCollection | inline |
~StackAllocatedSequence()=default | StackAllocatedSequence< T, num_items > | |