Honeycomb
0.1
Component-Model Framework
|
#include <Storage.h>
Public Types | |
typedef Traits< Subclass >::Real | Real |
typedef Traits< Subclass >::ElemT | ElemT |
typedef Traits< Subclass >::Alloc | Alloc |
Public Member Functions | |
const ElemT & | operator() (sdt row, sdt col) const |
ElemT & | operator() (sdt row, sdt col) |
void | resize (sdt rows, sdt cols) |
Default resize, just asserts that fixed dimensions match args. More... | |
sdt | rows () const |
sdt | cols () const |
sdt | size () const |
const ElemT * | data () const |
ElemT * | data () |
operator ElemT * () | |
Cast to array. More... | |
operator const ElemT * () const | |
const Subclass & | subc () const |
Get the subclass that inherited from this base class. More... | |
Subclass & | subc () |
Static Public Attributes | |
static const sdt | s_rows = Traits<Subclass>::rows |
static const sdt | s_cols = Traits<Subclass>::cols |
static const sdt | s_size = s_rows != dynamic && s_cols != dynamic ? s_rows*s_cols : dynamic |
static const int | options = Traits<Subclass>::options |
Protected Member Functions | |
void | assertIndex (sdt i) const |
void | assertIndex (sdt row, sdt col) const |
void | assertSize (sdt size) const |
void | assertSize (sdt rows, sdt cols) const |
typedef Traits<Subclass>::Alloc honey::matrix::priv::StorageDense< Subclass >::Alloc |
typedef Traits<Subclass>::ElemT honey::matrix::priv::StorageDense< Subclass >::ElemT |
typedef Traits<Subclass>::Real honey::matrix::priv::StorageDense< Subclass >::Real |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Cast to array.
|
inline |
|
inline |
|
inline |
Default resize, just asserts that fixed dimensions match args.
|
inline |
|
inline |
|
inline |
Get the subclass that inherited from this base class.
|
inline |
|
static |
|
static |
|
static |
|
static |