Public Types | Public Member Functions | Private Types | Private Member Functions | Private Attributes | Static Private Attributes | Friends | List of all members
tuw::StateMapTuple< TNumericType, TLeafTypes > Class Template Reference

#include <state_map_tuple.hpp>

Inheritance diagram for tuw::StateMapTuple< TNumericType, TLeafTypes >:
Inheritance graph
[legend]

Public Types

using MapTypeCRTP = typename StateMapBaseCRTP< StateMapTuple< NumericType, TLeafTypes... >>::MapTypeCRTP
 
- Public Types inherited from tuw::StateMapBaseCRTP< StateMapTuple< TNumericType, TLeafTypes... > >
using MapTypeCRTP = Eigen::Map< MatrixTypeCRTP >
 
using MatrixTypeCRTP = Eigen::Matrix< NumericType, MapSize, 1 >
 

Public Member Functions

StateMapTupleoperator= (const StateMapTuple &_rhs)
 
StateMapTupleoperator= (StateMapTuple &&)=default
 
template<bool numericLeaf = HasNumericLeaf, int mapSize = StateBaseCRTPType::MapSize, typename std::enable_if<!numericLeaf &&(mapSize!=Eigen::Dynamic)>::type * = nullptr>
 StateMapTuple ()
 
template<bool numericLeaf = HasNumericLeaf, int mapSize = StateBaseCRTPType::MapSize, typename std::enable_if<!numericLeaf &&(mapSize==Eigen::Dynamic)>::type * = nullptr>
 StateMapTuple ()
 
template<bool numericLeaf = HasNumericLeaf, int mapSize = StateBaseCRTPType::MapSize, typename TDataBuffer , typename std::enable_if<!numericLeaf &&(mapSize!=Eigen::Dynamic)>::type * = nullptr>
 StateMapTuple (RootType *_root, std::shared_ptr< TDataBuffer > &_dataBuffer)
 
template<bool numericLeaf = HasNumericLeaf, int mapSize = StateBaseCRTPType::MapSize, typename TDataBuffer , typename std::enable_if<!numericLeaf &&(mapSize==Eigen::Dynamic)>::type * = nullptr>
 StateMapTuple (RootType *_root, std::shared_ptr< TDataBuffer > &_dataBuffer)
 
 StateMapTuple (const StateMapTuple &_rhs)
 
 StateMapTuple (StateMapTuple &&)=default
 
virtual ~StateMapTuple ()=default
 
- Public Member Functions inherited from tuw::StateMapBaseCRTP< StateMapTuple< TNumericType, TLeafTypes... > >
void bindToMemory (NumericType *_memRef)
 
MapTypeCRTPdata ()
 
const MapTypeCRTPdata () const
 
NumericType *const memStartRef () const
 
StateMapBaseCRTPoperator= (StateMapBaseCRTP &&)=default
 
 StateMapBaseCRTP ()=default
 
 StateMapBaseCRTP (StateMapBaseCRTP &&)=default
 
LeafTypesub (const size_t &_i)
 
const LeafTypesub (const size_t &_i) const
 
LeafTypesub ()
 
const LeafTypesub () const
 
std::tuple_element< _i, typename StateMapBaseCRTPTraits< StateMapTuple< TNumericType, TLeafTypes... > >::LeafsTupleTypeExt >::type & sub ()
 
const std::tuple_element< _i, typename StateMapBaseCRTPTraits< StateMapTuple< TNumericType, TLeafTypes... > >::LeafsTupleTypeExt >::type & sub () const
 
void subResize (const size_t &_size)
 
constexpr const size_t subSize () const
 
 ~StateMapBaseCRTP ()=default
 
- Public Member Functions inherited from tuw::StateMapBaseVirt< TNumericType >
MapTypeVirt data ()
 
const MapTypeVirt data () const
 
TNumericType *const memStartRef () const
 
StateMapBaseVirtoperator= (StateMapBaseVirt &&)=default
 
 StateMapBaseVirt ()
 
 StateMapBaseVirt (StateMapBaseVirt &&)=default
 
StateBaseVirtualTypesub (const size_t &_i)
 
const StateBaseVirtualTypesub (const size_t &_i) const
 
void subResize (const size_t &_size)
 
const size_t & subSize () const
 
virtual ~StateMapBaseVirt ()=default
 
- Public Member Functions inherited from tuw::DataBuffer< TNumericType, StateMapBaseCRTP< StateMapTuple< TNumericType, TLeafTypes... > >::MapSize >
 DataBuffer (std::shared_ptr< DataBufferContainerType > _dataBuffer)
 
 DataBuffer ()=default
 
 DataBuffer (DataBuffer &&_other)=default
 
DataBufferoperator= (DataBuffer &&_other)=default
 
 ~DataBuffer ()=default
 

Private Types

using DataBufferContainterType = typename DataBuffer< TNumericType, StateBaseCRTPType::MapSize >::DataBufferContainerType
 
using ImplType = StateMapTuple< TNumericType, TLeafTypes... >
 
using LeafType = EmptyLeafType
 
using MapTypeVirt = typename StateMapBaseVirt< NumericType >::MapTypeVirt
 
using NumericType = TNumericType
 
using RootType = typename StateMapBaseCRTPTraits< ImplType >::RootType
 
using StateBaseCRTPType = StateMapBaseCRTP< ImplType >
 
using StateBaseVirtualType = typename StateMapBaseVirt< NumericType >::StateBaseVirtualType
 

Private Member Functions

template<bool dynamicMap = StateBaseCRTPType::MapSize == -1, typename std::enable_if<(dynamicMap)>::type * = nullptr>
void bindMap ()
 
template<bool dynamicMap = StateBaseCRTPType::MapSize == -1, typename std::enable_if<(!dynamicMap)>::type * = nullptr>
void bindMap ()
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
void bindToMemoryImplCRTP (TNumericType *_memRef)
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
void bindToMemoryImplCRTP (TNumericType *_memRef)
 
void bindToMemoryImplVirt (TNumericType *_memRef) overridefinal
 
void copyRhsData (const StateMapTuple &_rhs)
 
MapTypeCRTPdataImplCRTP ()
 
const MapTypeCRTPdataImplCRTP () const
 
MapTypeVirt dataImplVirt () overridefinal
 
const MapTypeVirt dataImplVirt () const overridefinal
 
NumericType *const memStartRefImplCRTP () const
 
NumericType *const memStartRefImplVirt () const overridefinal
 
template<size_t _i>
std::tuple_element< _i, std::tuple< TLeafTypes... > >::type & subImplCRTP ()
 
template<size_t _i>
const std::tuple_element< _i, std::tuple< TLeafTypes... > >::type & subImplCRTP () const
 
StateBaseVirtualTypesubImplVirt (const size_t &_i) overridefinal
 
const StateBaseVirtualTypesubImplVirt (const size_t &_i) const overridefinal
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
StateBaseVirtualTypesubImplVirtDispatch (const size_t &_i)
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
const StateBaseVirtualTypesubImplVirtDispatch (const size_t &_i) const
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
StateBaseVirtualTypesubImplVirtDispatch (const size_t &_i)
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
const StateBaseVirtualTypesubImplVirtDispatch (const size_t &_i) const
 
void subResizeImplVirt (const size_t &_size) overridefinal
 
constexpr const size_t subSizeImplCRTP () const
 
const size_t subSizeImplVirt () const overridefinal
 

Private Attributes

MapTypeCRTP map_
 
size_t mapElementSize_
 
TNumericType * memStartRef_
 
StateBaseVirtualTyperoot_
 
std::tuple< TLeafTypes... > subs_
 
std::array< StateBaseVirtualType *, sizeof...(TLeafTypes)> subsBase_
 

Static Private Attributes

static constexpr const bool HasNumericLeaf = std::is_same<LeafType, NumericType>::value
 

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
 

Additional Inherited Members

- Static Public Attributes inherited from tuw::StateMapBaseCRTP< StateMapTuple< TNumericType, TLeafTypes... > >
static constexpr const int MapSize
 

Detailed Description

template<class TNumericType, typename... TLeafTypes>
class tuw::StateMapTuple< TNumericType, TLeafTypes >

Definition at line 47 of file state_map_tuple.hpp.

Member Typedef Documentation

template<class TNumericType, typename... TLeafTypes>
using tuw::StateMapTuple< TNumericType, TLeafTypes >::DataBufferContainterType = typename DataBuffer<TNumericType, StateBaseCRTPType::MapSize>::DataBufferContainerType
private

Definition at line 78 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
using tuw::StateMapTuple< TNumericType, TLeafTypes >::ImplType = StateMapTuple<TNumericType, TLeafTypes...>
private

Definition at line 53 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
using tuw::StateMapTuple< TNumericType, TLeafTypes >::LeafType = EmptyLeafType
private

Definition at line 59 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
using tuw::StateMapTuple< TNumericType, TLeafTypes >::MapTypeCRTP = typename StateMapBaseCRTP<StateMapTuple<NumericType, TLeafTypes...>>::MapTypeCRTP

Definition at line 68 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
using tuw::StateMapTuple< TNumericType, TLeafTypes >::MapTypeVirt = typename StateMapBaseVirt<NumericType>::MapTypeVirt
private

Definition at line 71 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
using tuw::StateMapTuple< TNumericType, TLeafTypes >::NumericType = TNumericType
private

Definition at line 56 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
using tuw::StateMapTuple< TNumericType, TLeafTypes >::RootType = typename StateMapBaseCRTPTraits<ImplType>::RootType
private

Definition at line 65 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
using tuw::StateMapTuple< TNumericType, TLeafTypes >::StateBaseCRTPType = StateMapBaseCRTP<ImplType>
private

Definition at line 62 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
using tuw::StateMapTuple< TNumericType, TLeafTypes >::StateBaseVirtualType = typename StateMapBaseVirt<NumericType>::StateBaseVirtualType
private

Definition at line 74 of file state_map_tuple.hpp.

Constructor & Destructor Documentation

template<class TNumericType, typename... TLeafTypes>
template<bool numericLeaf = HasNumericLeaf, int mapSize = StateBaseCRTPType::MapSize, typename std::enable_if<!numericLeaf &&(mapSize!=Eigen::Dynamic)>::type * = nullptr>
tuw::StateMapTuple< TNumericType, TLeafTypes >::StateMapTuple ( )
inline

Definition at line 104 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<bool numericLeaf = HasNumericLeaf, int mapSize = StateBaseCRTPType::MapSize, typename std::enable_if<!numericLeaf &&(mapSize==Eigen::Dynamic)>::type * = nullptr>
tuw::StateMapTuple< TNumericType, TLeafTypes >::StateMapTuple ( )
inline

Definition at line 125 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<bool numericLeaf = HasNumericLeaf, int mapSize = StateBaseCRTPType::MapSize, typename TDataBuffer , typename std::enable_if<!numericLeaf &&(mapSize!=Eigen::Dynamic)>::type * = nullptr>
tuw::StateMapTuple< TNumericType, TLeafTypes >::StateMapTuple ( RootType _root,
std::shared_ptr< TDataBuffer > &  _dataBuffer 
)
inline

Definition at line 151 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<bool numericLeaf = HasNumericLeaf, int mapSize = StateBaseCRTPType::MapSize, typename TDataBuffer , typename std::enable_if<!numericLeaf &&(mapSize==Eigen::Dynamic)>::type * = nullptr>
tuw::StateMapTuple< TNumericType, TLeafTypes >::StateMapTuple ( RootType _root,
std::shared_ptr< TDataBuffer > &  _dataBuffer 
)
inline

Definition at line 171 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
virtual tuw::StateMapTuple< TNumericType, TLeafTypes >::~StateMapTuple ( )
virtualdefault
template<class TNumericType, typename... TLeafTypes>
tuw::StateMapTuple< TNumericType, TLeafTypes >::StateMapTuple ( const StateMapTuple< TNumericType, TLeafTypes > &  _rhs)
inline

Definition at line 193 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
tuw::StateMapTuple< TNumericType, TLeafTypes >::StateMapTuple ( StateMapTuple< TNumericType, TLeafTypes > &&  )
default

Member Function Documentation

template<class TNumericType, typename... TLeafTypes>
template<bool dynamicMap = StateBaseCRTPType::MapSize == -1, typename std::enable_if<(dynamicMap)>::type * = nullptr>
void tuw::StateMapTuple< TNumericType, TLeafTypes >::bindMap ( )
inlineprivate

Definition at line 372 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<bool dynamicMap = StateBaseCRTPType::MapSize == -1, typename std::enable_if<(!dynamicMap)>::type * = nullptr>
void tuw::StateMapTuple< TNumericType, TLeafTypes >::bindMap ( )
inlineprivate

Definition at line 379 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
void tuw::StateMapTuple< TNumericType, TLeafTypes >::bindToMemoryImplCRTP ( TNumericType *  _memRef)
inlineprivate

Definition at line 349 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
void tuw::StateMapTuple< TNumericType, TLeafTypes >::bindToMemoryImplCRTP ( TNumericType *  _memRef)
inlineprivate

Definition at line 364 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
void tuw::StateMapTuple< TNumericType, TLeafTypes >::bindToMemoryImplVirt ( TNumericType *  _memRef)
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 300 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
void tuw::StateMapTuple< TNumericType, TLeafTypes >::copyRhsData ( const StateMapTuple< TNumericType, TLeafTypes > &  _rhs)
inlineprivate

Definition at line 213 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
MapTypeCRTP& tuw::StateMapTuple< TNumericType, TLeafTypes >::dataImplCRTP ( )
inlineprivate

Definition at line 385 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
const MapTypeCRTP& tuw::StateMapTuple< TNumericType, TLeafTypes >::dataImplCRTP ( ) const
inlineprivate

Definition at line 391 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
MapTypeVirt tuw::StateMapTuple< TNumericType, TLeafTypes >::dataImplVirt ( )
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 270 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
const MapTypeVirt tuw::StateMapTuple< TNumericType, TLeafTypes >::dataImplVirt ( ) const
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 276 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
NumericType* const tuw::StateMapTuple< TNumericType, TLeafTypes >::memStartRefImplCRTP ( ) const
inlineprivate

Definition at line 417 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
NumericType* const tuw::StateMapTuple< TNumericType, TLeafTypes >::memStartRefImplVirt ( ) const
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 312 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
StateMapTuple& tuw::StateMapTuple< TNumericType, TLeafTypes >::operator= ( const StateMapTuple< TNumericType, TLeafTypes > &  _rhs)
inline

Definition at line 222 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
StateMapTuple& tuw::StateMapTuple< TNumericType, TLeafTypes >::operator= ( StateMapTuple< TNumericType, TLeafTypes > &&  )
default
template<class TNumericType, typename... TLeafTypes>
template<size_t _i>
std::tuple_element<_i, std::tuple<TLeafTypes...> >::type& tuw::StateMapTuple< TNumericType, TLeafTypes >::subImplCRTP ( )
inlineprivate

Definition at line 398 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<size_t _i>
const std::tuple_element<_i, std::tuple<TLeafTypes...> >::type& tuw::StateMapTuple< TNumericType, TLeafTypes >::subImplCRTP ( ) const
inlineprivate

Definition at line 405 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
StateBaseVirtualType& tuw::StateMapTuple< TNumericType, TLeafTypes >::subImplVirt ( const size_t &  _i)
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 282 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
const StateBaseVirtualType& tuw::StateMapTuple< TNumericType, TLeafTypes >::subImplVirt ( const size_t &  _i) const
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 288 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
StateBaseVirtualType& tuw::StateMapTuple< TNumericType, TLeafTypes >::subImplVirtDispatch ( const size_t &  _i)
inlineprivate

Definition at line 319 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
const StateBaseVirtualType& tuw::StateMapTuple< TNumericType, TLeafTypes >::subImplVirtDispatch ( const size_t &  _i) const
inlineprivate

Definition at line 326 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
StateBaseVirtualType& tuw::StateMapTuple< TNumericType, TLeafTypes >::subImplVirtDispatch ( const size_t &  _i)
inlineprivate

Definition at line 333 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
const StateBaseVirtualType& tuw::StateMapTuple< TNumericType, TLeafTypes >::subImplVirtDispatch ( const size_t &  _i) const
inlineprivate

Definition at line 341 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
void tuw::StateMapTuple< TNumericType, TLeafTypes >::subResizeImplVirt ( const size_t &  _size)
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 294 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
constexpr const size_t tuw::StateMapTuple< TNumericType, TLeafTypes >::subSizeImplCRTP ( ) const
inlineprivate

Definition at line 411 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
const size_t tuw::StateMapTuple< TNumericType, TLeafTypes >::subSizeImplVirt ( ) const
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 306 of file state_map_tuple.hpp.

Friends And Related Function Documentation

template<class TNumericType, typename... TLeafTypes>
template<class TLeafType2 >
friend struct LeafTypeContClass
friend

Definition at line 436 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<class TNumericType2 , class TLeafType2 , size_t TN2>
friend class StateMapArray
friend

Definition at line 434 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<class Derived2 >
friend class StateMapBaseCRTP
friend

Definition at line 424 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<class Derived2 >
friend struct StateMapBaseCRTPTraits
friend

Definition at line 426 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<class TNumericType2 >
friend class StateMapBaseVirt
friend

Definition at line 428 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<class TNumericType2 , class... TLeafTypes2>
friend class StateMapTuple
friend

Definition at line 430 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
template<class TNumericType2 , class TLeafType2 >
friend class StateMapVector
friend

Definition at line 432 of file state_map_tuple.hpp.

Member Data Documentation

template<class TNumericType, typename... TLeafTypes>
constexpr const bool tuw::StateMapTuple< TNumericType, TLeafTypes >::HasNumericLeaf = std::is_same<LeafType, NumericType>::value
staticprivate

Definition at line 81 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
MapTypeCRTP tuw::StateMapTuple< TNumericType, TLeafTypes >::map_
private

Definition at line 84 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
size_t tuw::StateMapTuple< TNumericType, TLeafTypes >::mapElementSize_
private

Definition at line 90 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
TNumericType* tuw::StateMapTuple< TNumericType, TLeafTypes >::memStartRef_
private

Definition at line 87 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
StateBaseVirtualType* tuw::StateMapTuple< TNumericType, TLeafTypes >::root_
private

Definition at line 99 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
std::tuple<TLeafTypes...> tuw::StateMapTuple< TNumericType, TLeafTypes >::subs_
private

Definition at line 93 of file state_map_tuple.hpp.

template<class TNumericType, typename... TLeafTypes>
std::array<StateBaseVirtualType*, sizeof...(TLeafTypes)> tuw::StateMapTuple< TNumericType, TLeafTypes >::subsBase_
private

Definition at line 96 of file state_map_tuple.hpp.


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


tuw_control
Author(s): George Todoran
autogenerated on Mon Jun 10 2019 15:27:23