BaseType typedef (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | |
clear() | VectorImpl< T, VectorType, StaticSize > | |
CompositeType typedef (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | |
const_iterator typedef (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | |
destructive_resize(const size_t new_size) | VectorImpl< T, VectorType, StaticSize > | inline |
difference_type typedef (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | |
ElementType typedef (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | |
heap_alloc_if_necessary(const size_t set_size) (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | inlineprotected |
is_owning() const | VectorImpl< T, VectorType, StaticSize > | inline |
iterator typedef (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | |
operator*() const | VectorImpl< T, VectorType, StaticSize > | inline |
operator*() | VectorImpl< T, VectorType, StaticSize > | inline |
operator=(const T &rhs) (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | |
operator[](const size_t index) (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | inline |
operator[](const size_t index) const (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | inline |
owned_data_ (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | protected |
owning_ (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | protected |
pup(PUP::er &p) | VectorImpl< T, VectorType, StaticSize > | |
reset_pointer_vector(const size_t set_size) (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | inlineprotected |
set_data_ref(gsl::not_null< VectorType * > rhs) | VectorImpl< T, VectorType, StaticSize > | inline |
set_data_ref(T *const start, const size_t set_size) | VectorImpl< T, VectorType, StaticSize > | inline |
size_type typedef (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | |
static_owned_data_ (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | protected |
static_size (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | static |
transpose_flag (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | static |
TransposeType typedef (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | |
value_type typedef (defined in VectorImpl< T, VectorType, StaticSize >) | VectorImpl< T, VectorType, StaticSize > | |
VectorImpl(size_t set_size) | VectorImpl< T, VectorType, StaticSize > | inlineexplicit |
VectorImpl(size_t set_size, T value) | VectorImpl< T, VectorType, StaticSize > | inline |
VectorImpl(const Container &container) | VectorImpl< T, VectorType, StaticSize > | inlineexplicit |
VectorImpl(T *start, size_t set_size) | VectorImpl< T, VectorType, StaticSize > | inline |
VectorImpl(std::initializer_list< U > list) | VectorImpl< T, VectorType, StaticSize > | inline |
VectorImpl()=default | VectorImpl< T, VectorType, StaticSize > | |