#include <state_map_base.hpp>
Public Types | |
| using | ContainerType = std::vector< TNumericType > |
Public Member Functions | |
| DataBufferVector (std::shared_ptr< ContainerType > _dataBuffer) | |
| DataBufferVector ()=default | |
| DataBufferVector (DataBufferVector &&_other)=default | |
| DataBufferVector & | operator= (DataBufferVector &&_other)=default |
| ~DataBufferVector ()=default | |
Private Member Functions | |
| DataBufferVector (const DataBufferVector &_other)=default | |
| DataBufferVector & | operator= (const DataBufferVector &_other)=default |
Private Attributes | |
| std::shared_ptr< ContainerType > | dataBuffer_ |
Friends | |
| template<class TNumericType2 , int TMapSize2> | |
| class | DataBuffer |
| 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 142 of file state_map_base.hpp.
| using tuw::DataBufferVector< TNumericType >::ContainerType = std::vector<TNumericType> |
Definition at line 148 of file state_map_base.hpp.
|
inline |
Definition at line 152 of file state_map_base.hpp.
|
default |
|
default |
|
privatedefault |
|
default |
|
privatedefault |
|
default |
|
friend |
Definition at line 193 of file state_map_base.hpp.
|
friend |
Definition at line 191 of file state_map_base.hpp.
|
friend |
Definition at line 189 of file state_map_base.hpp.
Definition at line 179 of file state_map_base.hpp.
|
friend |
Definition at line 181 of file state_map_base.hpp.
Definition at line 183 of file state_map_base.hpp.
|
friend |
Definition at line 185 of file state_map_base.hpp.
|
friend |
Definition at line 187 of file state_map_base.hpp.
|
private |
Definition at line 175 of file state_map_base.hpp.