Public Member Functions | Private Attributes
DenseStorage< T, Size, _Rows, Dynamic, _Options > Class Template Reference

#include <DenseStorage.h>

List of all members.

Public Member Functions

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

Private Attributes

DenseIndex m_cols
internal::plain_array< T, Size,
_Options > 
m_data

Detailed Description

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

Definition at line 172 of file DenseStorage.h.


Constructor & Destructor Documentation

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

Definition at line 177 of file DenseStorage.h.

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

Definition at line 178 of file DenseStorage.h.

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

Definition at line 180 of file DenseStorage.h.


Member Function Documentation

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

Definition at line 183 of file DenseStorage.h.

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

Definition at line 184 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
const T* DenseStorage< T, Size, _Rows, Dynamic, _Options >::data ( ) const [inline]

Definition at line 186 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
T* DenseStorage< T, Size, _Rows, Dynamic, _Options >::data ( ) [inline]

Definition at line 187 of file DenseStorage.h.

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

Definition at line 185 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
DenseIndex DenseStorage< T, Size, _Rows, Dynamic, _Options >::rows ( void  ) const [inline]

Definition at line 182 of file DenseStorage.h.

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]

Definition at line 181 of file DenseStorage.h.


Member Data Documentation

template<typename T , int Size, int _Rows, int _Options>
DenseIndex DenseStorage< T, Size, _Rows, Dynamic, _Options >::m_cols [private]

Definition at line 175 of file DenseStorage.h.

template<typename T , int Size, int _Rows, int _Options>
internal::plain_array<T,Size,_Options> DenseStorage< T, Size, _Rows, Dynamic, _Options >::m_data [private]

Definition at line 174 of file DenseStorage.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:01