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

#include <DenseStorage.h>

List of all members.

Public Member Functions

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

Private Attributes

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

Detailed Description

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

Definition at line 132 of file DenseStorage.h.


Constructor & Destructor Documentation

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

Definition at line 138 of file DenseStorage.h.

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

Definition at line 139 of file DenseStorage.h.

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

Definition at line 141 of file DenseStorage.h.


Member Function Documentation

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

Definition at line 145 of file DenseStorage.h.

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

Definition at line 146 of file DenseStorage.h.

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

Definition at line 148 of file DenseStorage.h.

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

Definition at line 149 of file DenseStorage.h.

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

Definition at line 147 of file DenseStorage.h.

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

Definition at line 144 of file DenseStorage.h.

template<typename T , int Size, int _Options>
void DenseStorage< T, Size, Dynamic, Dynamic, _Options >::swap ( DenseStorage< T, Size, Dynamic, Dynamic, _Options > &  other) [inline]

Definition at line 142 of file DenseStorage.h.


Member Data Documentation

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

Definition at line 136 of file DenseStorage.h.

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

Definition at line 134 of file DenseStorage.h.

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

Definition at line 135 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