Public Member Functions

DenseStorage< T, Size, _Rows, Dynamic, _Options > Class Template Reference

#include <DenseStorage.h>

List of all members.

Public Member Functions

 DenseStorage ()
 DenseStorage (internal::constructor_without_unaligned_array_assert)
 DenseStorage (DenseIndex, DenseIndex, DenseIndex cols)
void swap (DenseStorage &other)
DenseIndex rows (void) const
DenseIndex cols (void) const
void conservativeResize (DenseIndex, DenseIndex, DenseIndex cols)
void resize (DenseIndex, DenseIndex, DenseIndex cols)
const T * data () const
T * data ()

template<typename T, int Size, int _Rows, int _Options>
class DenseStorage< T, Size, _Rows, Dynamic, _Options >


Constructor & Destructor Documentation

template<typename T , int Size, int _Rows, int _Options>
DenseStorage< T, Size, _Rows, Dynamic, _Options >::DenseStorage (  )  [inline, explicit]
template<typename T , int Size, int _Rows, int _Options>
DenseStorage< T, Size, _Rows, Dynamic, _Options >::DenseStorage ( internal::constructor_without_unaligned_array_assert   )  [inline]
template<typename T , int Size, int _Rows, int _Options>
DenseStorage< T, Size, _Rows, Dynamic, _Options >::DenseStorage ( DenseIndex  ,
DenseIndex  ,
DenseIndex  cols 
) [inline]

Member Function Documentation

template<typename T , int Size, int _Rows, int _Options>
DenseIndex DenseStorage< T, Size, _Rows, Dynamic, _Options >::cols ( void   )  const [inline]
template<typename T , int Size, int _Rows, int _Options>
void DenseStorage< T, Size, _Rows, Dynamic, _Options >::conservativeResize ( DenseIndex  ,
DenseIndex  ,
DenseIndex  cols 
) [inline]
template<typename T , int Size, int _Rows, int _Options>
T* DenseStorage< T, Size, _Rows, Dynamic, _Options >::data (  )  [inline]
template<typename T , int Size, int _Rows, int _Options>
const T* DenseStorage< T, Size, _Rows, Dynamic, _Options >::data (  )  const [inline]
template<typename T , int Size, int _Rows, int _Options>
void DenseStorage< T, Size, _Rows, Dynamic, _Options >::resize ( DenseIndex  ,
DenseIndex  ,
DenseIndex  cols 
) [inline]
template<typename T , int Size, int _Rows, int _Options>
DenseIndex DenseStorage< T, Size, _Rows, Dynamic, _Options >::rows ( void   )  const [inline]
template<typename T , int Size, int _Rows, int _Options>
void DenseStorage< T, Size, _Rows, Dynamic, _Options >::swap ( DenseStorage< T, Size, _Rows, Dynamic, _Options > &  other  )  [inline]

The documentation for this class was generated from the following file: