SpECTRE  2021.08.02
VectorImpl< T, VectorType > Member List

This is the complete list of members for VectorImpl< T, VectorType >, including all inherited members.

BaseType typedef (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >
CompositeType typedef (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >
const_iterator typedef (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >
destructive_resize(const size_t new_size) noexceptVectorImpl< T, VectorType >inline
difference_type typedef (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >
ElementType typedef (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >
is_owning() const noexceptVectorImpl< T, VectorType >inline
iterator typedef (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >
operator*() const noexceptVectorImpl< T, VectorType >inline
operator*() noexceptVectorImpl< T, VectorType >inline
operator=(const T &rhs) noexcept (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >
owned_data_ (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >protected
owning_ (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >protected
pup(PUP::er &p) noexceptVectorImpl< T, VectorType >
reset_pointer_vector(const size_t set_size) noexcept (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >inlineprotected
set_data_ref(gsl::not_null< VectorType * > rhs) noexceptVectorImpl< T, VectorType >inline
set_data_ref(T *const start, const size_t set_size) noexceptVectorImpl< T, VectorType >inline
size_type typedef (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >
transpose_flag (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >static
TransposeType typedef (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >
value_type typedef (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >
VectorImpl(size_t set_size) noexceptVectorImpl< T, VectorType >inlineexplicit
VectorImpl(size_t set_size, T value) noexceptVectorImpl< T, VectorType >inline
VectorImpl(T *start, size_t set_size) noexceptVectorImpl< T, VectorType >inline
VectorImpl(std::initializer_list< U > list) noexceptVectorImpl< T, VectorType >inline
VectorImpl()=defaultVectorImpl< T, VectorType >
VectorImpl(const VectorImpl< T, VectorType > &rhs) noexcept (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >
VectorImpl(VectorImpl< T, VectorType > &&rhs) noexcept (defined in VectorImpl< T, VectorType >)VectorImpl< T, VectorType >