data (defined in WrappedStorage< T, N >) | WrappedStorage< T, N > | |
dim (defined in WrappedStorage< T, N >) | WrappedStorage< T, N > | |
GenericStorage(index_t n, T *srcdata) (defined in GenericStorage< T, N, STORAGE_WRAPPED >) | GenericStorage< T, N, STORAGE_WRAPPED > | inline |
GenericStorage(index_t n) (defined in GenericStorage< T, N, STORAGE_WRAPPED >) | GenericStorage< T, N, STORAGE_WRAPPED > | inline |
GenericStorage(index_t n, T *srcdata) | GenericStorage< T, N, STORAGE_WRAPPED > | inline |
GenericStorage(index_t n) | GenericStorage< T, N, STORAGE_WRAPPED > | inline |
GenericStorage(std::initializer_list< T > list) (defined in GenericStorage< T, N, STORAGE_WRAPPED >) | GenericStorage< T, N, STORAGE_WRAPPED > | inline |
get() | GenericStorage< T, N, STORAGE_WRAPPED > | inline |
get() const | GenericStorage< T, N, STORAGE_WRAPPED > | inline |
operator[](index_t idx) | GenericStorage< T, N, STORAGE_WRAPPED > | inline |
operator[](index_t idx) const | GenericStorage< T, N, STORAGE_WRAPPED > | inline |
size() const | GenericStorage< T, N, STORAGE_WRAPPED > | inline |
type typedef (defined in GenericStorage< T, N, STORAGE_WRAPPED >) | GenericStorage< T, N, STORAGE_WRAPPED > | |
type typedef | GenericStorage< T, N, STORAGE_WRAPPED > | |
WrappedStorage(index_t sz, T *srcdata) | WrappedStorage< T, N > | inline |