#include <state_map_base.hpp>
Public Member Functions | |
DataBuffer (std::shared_ptr< DataBufferContainerType > _dataBuffer) | |
DataBuffer ()=default | |
DataBuffer (DataBuffer &&_other)=default | |
DataBuffer & | operator= (DataBuffer &&_other)=default |
~DataBuffer ()=default | |
Private Types | |
using | DataBufferContainerClass = typename std::conditional< TMapSize==Eigen::Dynamic, DataBufferVector< TNumericType >, DataBufferArray< TNumericType, TMapSize >>::type |
using | DataBufferContainerType = typename DataBufferContainerClass::ContainerType |
Private Member Functions | |
DataBuffer (const DataBuffer &_other)=default | |
DataBuffer & | operator= (const DataBuffer &_other)=default |
Friends | |
template<class TLeafType2 > | |
struct | LeafTypeContClass |
template<class TNumericType2 , class TLeafType2 , size_t TN2> | |
class | StateMapArray |
template<class Derived2 > | |
class | StateMapBaseCRTP |
template<class Derived2 > | |
struct | StateMapBaseCRTPTraits |
template<class TNumericType2 > | |
class | StateMapBaseVirt |
template<class TNumericType2 , class... TLeafTypes2> | |
class | StateMapTuple |
template<class TNumericType2 , class TLeafType2 > | |
class | StateMapVector |
Definition at line 252 of file state_map_base.hpp.
|
private |
Definition at line 257 of file state_map_base.hpp.
|
private |
Definition at line 260 of file state_map_base.hpp.
|
inline |
Definition at line 264 of file state_map_base.hpp.
|
default |
|
default |
|
privatedefault |
|
default |
|
privatedefault |
|
default |
|
friend |
Definition at line 300 of file state_map_base.hpp.
|
friend |
Definition at line 298 of file state_map_base.hpp.
|
friend |
Definition at line 288 of file state_map_base.hpp.
|
friend |
Definition at line 290 of file state_map_base.hpp.
|
friend |
Definition at line 292 of file state_map_base.hpp.
|
friend |
Definition at line 294 of file state_map_base.hpp.
|
friend |
Definition at line 296 of file state_map_base.hpp.