spla
|
Storage for decorators with data of a particular vector or matrix object. More...
#include <tdecoration.hpp>
Public Member Functions | |
ref_ptr< TDecoration< T > > & | get_ref_i (int index) |
TDecoration< T > * | get_ptr_i (int index) |
ref_ptr< TDecoration< T > > & | get_ref (F format) |
TDecoration< T > * | get_ptr (F format) |
template<class DecorationClass > | |
DecorationClass * | get () |
bool | is_valid_any () const |
bool | is_valid_i (int index) const |
bool | is_valid (F format) const |
void | validate (F format) |
void | invalidate () |
void | set_fill_value (T value) |
T | get_fill_value () const |
uint | get_n_rows () const |
uint | get_n_cols () const |
void | set_dims (uint n_rows, uint n_cols) |
Storage for decorators with data of a particular vector or matrix object.
T | Type of elements stored in decorators |
F | Format of stored data |
capacity | Static storage capacity to allocate decorators |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |