#include <DenseStorage.h>
Public Member Functions | |
void | conservativeResize (DenseIndex, DenseIndex, DenseIndex) |
const T * | data () const |
T * | data () |
DenseStorage () | |
DenseStorage (internal::constructor_without_unaligned_array_assert) | |
DenseStorage (DenseIndex, DenseIndex, DenseIndex) | |
void | resize (DenseIndex, DenseIndex, DenseIndex) |
void | swap (DenseStorage &other) |
Static Public Member Functions | |
static DenseIndex | cols (void) |
static DenseIndex | rows (void) |
Private Attributes | |
internal::plain_array< T, Size, _Options > | m_data |
Definition at line 98 of file DenseStorage.h.
DenseStorage< T, Size, _Rows, _Cols, _Options >::DenseStorage | ( | ) | [inline, explicit] |
Definition at line 102 of file DenseStorage.h.
DenseStorage< T, Size, _Rows, _Cols, _Options >::DenseStorage | ( | internal::constructor_without_unaligned_array_assert | ) | [inline] |
Definition at line 103 of file DenseStorage.h.
DenseStorage< T, Size, _Rows, _Cols, _Options >::DenseStorage | ( | DenseIndex | , |
DenseIndex | , | ||
DenseIndex | |||
) | [inline] |
Definition at line 105 of file DenseStorage.h.
static DenseIndex DenseStorage< T, Size, _Rows, _Cols, _Options >::cols | ( | void | ) | [inline, static] |
Definition at line 108 of file DenseStorage.h.
void DenseStorage< T, Size, _Rows, _Cols, _Options >::conservativeResize | ( | DenseIndex | , |
DenseIndex | , | ||
DenseIndex | |||
) | [inline] |
Definition at line 109 of file DenseStorage.h.
const T* DenseStorage< T, Size, _Rows, _Cols, _Options >::data | ( | ) | const [inline] |
Definition at line 111 of file DenseStorage.h.
T* DenseStorage< T, Size, _Rows, _Cols, _Options >::data | ( | ) | [inline] |
Definition at line 112 of file DenseStorage.h.
void DenseStorage< T, Size, _Rows, _Cols, _Options >::resize | ( | DenseIndex | , |
DenseIndex | , | ||
DenseIndex | |||
) | [inline] |
Definition at line 110 of file DenseStorage.h.
static DenseIndex DenseStorage< T, Size, _Rows, _Cols, _Options >::rows | ( | void | ) | [inline, static] |
Definition at line 107 of file DenseStorage.h.
void DenseStorage< T, Size, _Rows, _Cols, _Options >::swap | ( | DenseStorage< T, Size, _Rows, _Cols, _Options > & | other | ) | [inline] |
Definition at line 106 of file DenseStorage.h.
internal::plain_array<T,Size,_Options> DenseStorage< T, Size, _Rows, _Cols, _Options >::m_data [private] |
Definition at line 100 of file DenseStorage.h.