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

#include <state_map_vector.hpp>

Inheritance diagram for tuw::StateMapVector< TNumericType, TLeafType >:
Inheritance graph
[legend]

Public Types

using MapTypeCRTP = typename StateMapBaseCRTP< ImplType >::MapTypeCRTP
 
- Public Types inherited from tuw::StateMapBaseCRTP< StateMapVector< TNumericType, TLeafType > >
using MapTypeCRTP = Eigen::Map< MatrixTypeCRTP >
 
using MatrixTypeCRTP = Eigen::Matrix< NumericType, MapSize, 1 >
 

Public Member Functions

StateMapVectoroperator= (const StateMapVector &_rhs)
 
StateMapVectoroperator= (StateMapVector &&)=default
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
 StateMapVector ()
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
 StateMapVector ()
 
 StateMapVector (RootType *_root, std::shared_ptr< DataBufferContainterType > &_dataBuffer)
 
 StateMapVector (const StateMapVector &_rhs)
 
 StateMapVector (StateMapVector &&)=default
 
virtual ~StateMapVector ()=default
 
- Public Member Functions inherited from tuw::StateMapBaseCRTP< StateMapVector< TNumericType, TLeafType > >
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< StateMapVector< TNumericType, TLeafType > >::LeafsTupleTypeExt >::type & sub ()
 
const std::tuple_element< _i, typename StateMapBaseCRTPTraits< StateMapVector< TNumericType, TLeafType > >::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< StateMapVector< TNumericType, TLeafType > >::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 = StateMapVector< TNumericType, TLeafType >
 
using LeafType = TLeafType
 
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
 
template<typename SubType = LeafType, typename std::enable_if<!std::is_same< SubType, NumericType >::value >::type * = nullptr>
void copyRhsData (const StateMapVector &_rhs)
 
template<typename SubType = LeafType, typename std::enable_if< std::is_same< SubType, NumericType >::value >::type * = nullptr>
void copyRhsData (const StateMapVector &_rhs)
 
template<typename SubType = LeafType, typename std::enable_if<!std::is_same< SubType, NumericType >::value >::type * = nullptr>
void copyRhsSubs (const StateMapVector &_rhs)
 
template<typename SubType = LeafType, typename std::enable_if< std::is_same< SubType, NumericType >::value >::type * = nullptr>
void copyRhsSubs (const StateMapVector &_rhs)
 
MapTypeCRTPdataImplCRTP ()
 
const MapTypeCRTPdataImplCRTP () const
 
MapTypeVirt dataImplVirt () overridefinal
 
const MapTypeVirt dataImplVirt () const overridefinal
 
NumericType *const memStartRefImplCRTP () const
 
NumericType *const memStartRefImplVirt () const overridefinal
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
LeafTypesubImplCRTP (const size_t &_i)
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
const LeafTypesubImplCRTP (const size_t &_i) const
 
template<size_t _i, bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
LeafTypesubImplCRTP ()
 
template<size_t _i, bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
const LeafTypesubImplCRTP () const
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
LeafTypesubImplCRTP (const size_t &_i)
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
const LeafTypesubImplCRTP (const size_t &_i) const
 
template<size_t _i, bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
LeafTypesubImplCRTP ()
 
template<size_t _i, bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
const LeafTypesubImplCRTP () 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
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
void subResizeImplCRTP (const size_t &_size)
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
void subResizeImplCRTP (const size_t &_size)
 
void subResizeImplVirt (const size_t &_size) overridefinal
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
const size_t subSizeImplCRTP () const
 
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
const size_t subSizeImplCRTP () const
 
const size_t subSizeImplVirt () const overridefinal
 

Private Attributes

MapTypeCRTP map_
 
size_t mapElementSize_
 
TNumericType * memStartRef_
 
StateBaseVirtualTyperoot_
 

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< StateMapVector< TNumericType, TLeafType > >
static constexpr const int MapSize
 

Detailed Description

template<class TNumericType, class TLeafType>
class tuw::StateMapVector< TNumericType, TLeafType >

Definition at line 71 of file state_map_vector.hpp.

Member Typedef Documentation

template<class TNumericType , class TLeafType >
using tuw::StateMapVector< TNumericType, TLeafType >::DataBufferContainterType = typename DataBuffer<TNumericType, StateBaseCRTPType::MapSize>::DataBufferContainerType
private

Definition at line 104 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
using tuw::StateMapVector< TNumericType, TLeafType >::ImplType = StateMapVector<TNumericType, TLeafType>
private

Definition at line 79 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
using tuw::StateMapVector< TNumericType, TLeafType >::LeafType = TLeafType
private

Definition at line 85 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
using tuw::StateMapVector< TNumericType, TLeafType >::MapTypeCRTP = typename StateMapBaseCRTP<ImplType>::MapTypeCRTP

Definition at line 94 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
using tuw::StateMapVector< TNumericType, TLeafType >::MapTypeVirt = typename StateMapBaseVirt<NumericType>::MapTypeVirt
private

Definition at line 97 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
using tuw::StateMapVector< TNumericType, TLeafType >::NumericType = TNumericType
private

Definition at line 82 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
using tuw::StateMapVector< TNumericType, TLeafType >::RootType = typename StateMapBaseCRTPTraits<ImplType>::RootType
private

Definition at line 91 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
using tuw::StateMapVector< TNumericType, TLeafType >::StateBaseCRTPType = StateMapBaseCRTP<ImplType>
private

Definition at line 88 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
using tuw::StateMapVector< TNumericType, TLeafType >::StateBaseVirtualType = typename StateMapBaseVirt<NumericType>::StateBaseVirtualType
private

Definition at line 100 of file state_map_vector.hpp.

Constructor & Destructor Documentation

template<class TNumericType , class TLeafType >
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
tuw::StateMapVector< TNumericType, TLeafType >::StateMapVector ( )
inline

Definition at line 124 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
tuw::StateMapVector< TNumericType, TLeafType >::StateMapVector ( )
inline

Definition at line 138 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
tuw::StateMapVector< TNumericType, TLeafType >::StateMapVector ( RootType _root,
std::shared_ptr< DataBufferContainterType > &  _dataBuffer 
)
inline

Definition at line 150 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
virtual tuw::StateMapVector< TNumericType, TLeafType >::~StateMapVector ( )
virtualdefault
template<class TNumericType , class TLeafType >
tuw::StateMapVector< TNumericType, TLeafType >::StateMapVector ( const StateMapVector< TNumericType, TLeafType > &  _rhs)
inline

Definition at line 165 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
tuw::StateMapVector< TNumericType, TLeafType >::StateMapVector ( StateMapVector< TNumericType, TLeafType > &&  )
default

Member Function Documentation

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

Definition at line 420 of file state_map_vector.hpp.

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

Definition at line 427 of file state_map_vector.hpp.

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

Definition at line 397 of file state_map_vector.hpp.

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

Definition at line 412 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
void tuw::StateMapVector< TNumericType, TLeafType >::bindToMemoryImplVirt ( TNumericType *  _memRef)
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 294 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<typename SubType = LeafType, typename std::enable_if<!std::is_same< SubType, NumericType >::value >::type * = nullptr>
void tuw::StateMapVector< TNumericType, TLeafType >::copyRhsData ( const StateMapVector< TNumericType, TLeafType > &  _rhs)
inlineprivate

Definition at line 185 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<typename SubType = LeafType, typename std::enable_if< std::is_same< SubType, NumericType >::value >::type * = nullptr>
void tuw::StateMapVector< TNumericType, TLeafType >::copyRhsData ( const StateMapVector< TNumericType, TLeafType > &  _rhs)
inlineprivate

Definition at line 197 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<typename SubType = LeafType, typename std::enable_if<!std::is_same< SubType, NumericType >::value >::type * = nullptr>
void tuw::StateMapVector< TNumericType, TLeafType >::copyRhsSubs ( const StateMapVector< TNumericType, TLeafType > &  _rhs)
inlineprivate

Definition at line 205 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<typename SubType = LeafType, typename std::enable_if< std::is_same< SubType, NumericType >::value >::type * = nullptr>
void tuw::StateMapVector< TNumericType, TLeafType >::copyRhsSubs ( const StateMapVector< TNumericType, TLeafType > &  _rhs)
inlineprivate

Definition at line 216 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
MapTypeCRTP& tuw::StateMapVector< TNumericType, TLeafType >::dataImplCRTP ( )
inlineprivate

Definition at line 433 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
const MapTypeCRTP& tuw::StateMapVector< TNumericType, TLeafType >::dataImplCRTP ( ) const
inlineprivate

Definition at line 439 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
MapTypeVirt tuw::StateMapVector< TNumericType, TLeafType >::dataImplVirt ( )
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 264 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
const MapTypeVirt tuw::StateMapVector< TNumericType, TLeafType >::dataImplVirt ( ) const
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 270 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
NumericType* const tuw::StateMapVector< TNumericType, TLeafType >::memStartRefImplCRTP ( ) const
inlineprivate

Definition at line 515 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
NumericType* const tuw::StateMapVector< TNumericType, TLeafType >::memStartRefImplVirt ( ) const
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 306 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
StateMapVector& tuw::StateMapVector< TNumericType, TLeafType >::operator= ( const StateMapVector< TNumericType, TLeafType > &  _rhs)
inline

Definition at line 221 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
StateMapVector& tuw::StateMapVector< TNumericType, TLeafType >::operator= ( StateMapVector< TNumericType, TLeafType > &&  )
default
template<class TNumericType , class TLeafType >
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
LeafType& tuw::StateMapVector< TNumericType, TLeafType >::subImplCRTP ( const size_t &  _i)
inlineprivate

Definition at line 446 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
const LeafType& tuw::StateMapVector< TNumericType, TLeafType >::subImplCRTP ( const size_t &  _i) const
inlineprivate

Definition at line 453 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<size_t _i, bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
LeafType& tuw::StateMapVector< TNumericType, TLeafType >::subImplCRTP ( )
inlineprivate

Definition at line 460 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<size_t _i, bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
const LeafType& tuw::StateMapVector< TNumericType, TLeafType >::subImplCRTP ( ) const
inlineprivate

Definition at line 467 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
LeafType& tuw::StateMapVector< TNumericType, TLeafType >::subImplCRTP ( const size_t &  _i)
inlineprivate

Definition at line 481 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
const LeafType& tuw::StateMapVector< TNumericType, TLeafType >::subImplCRTP ( const size_t &  _i) const
inlineprivate

Definition at line 488 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<size_t _i, bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
LeafType& tuw::StateMapVector< TNumericType, TLeafType >::subImplCRTP ( )
inlineprivate

Definition at line 495 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<size_t _i, bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
const LeafType& tuw::StateMapVector< TNumericType, TLeafType >::subImplCRTP ( ) const
inlineprivate

Definition at line 502 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
StateBaseVirtualType& tuw::StateMapVector< TNumericType, TLeafType >::subImplVirt ( const size_t &  _i)
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 276 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
const StateBaseVirtualType& tuw::StateMapVector< TNumericType, TLeafType >::subImplVirt ( const size_t &  _i) const
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 282 of file state_map_vector.hpp.

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

Definition at line 313 of file state_map_vector.hpp.

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

Definition at line 320 of file state_map_vector.hpp.

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

Definition at line 327 of file state_map_vector.hpp.

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

Definition at line 335 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
void tuw::StateMapVector< TNumericType, TLeafType >::subResizeImplCRTP ( const size_t &  _size)
inlineprivate

Definition at line 343 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
void tuw::StateMapVector< TNumericType, TLeafType >::subResizeImplCRTP ( const size_t &  _size)
inlineprivate

Definition at line 373 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
void tuw::StateMapVector< TNumericType, TLeafType >::subResizeImplVirt ( const size_t &  _size)
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 288 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(!numericLeaf)>::type * = nullptr>
const size_t tuw::StateMapVector< TNumericType, TLeafType >::subSizeImplCRTP ( ) const
inlineprivate

Definition at line 474 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<bool numericLeaf = HasNumericLeaf, typename std::enable_if<(numericLeaf)>::type * = nullptr>
const size_t tuw::StateMapVector< TNumericType, TLeafType >::subSizeImplCRTP ( ) const
inlineprivate

Definition at line 509 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
const size_t tuw::StateMapVector< TNumericType, TLeafType >::subSizeImplVirt ( ) const
inlinefinaloverrideprivatevirtual

Implements tuw::StateMapBaseVirt< TNumericType >.

Definition at line 300 of file state_map_vector.hpp.

Friends And Related Function Documentation

template<class TNumericType , class TLeafType >
template<class TLeafType2 >
friend struct LeafTypeContClass
friend

Definition at line 534 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<class TNumericType2 , class TLeafType2 , size_t TN2>
friend class StateMapArray
friend

Definition at line 532 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<class Derived2 >
friend class StateMapBaseCRTP
friend

Definition at line 522 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<class Derived2 >
friend struct StateMapBaseCRTPTraits
friend

Definition at line 524 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<class TNumericType2 >
friend class StateMapBaseVirt
friend

Definition at line 526 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<class TNumericType2 , class... TLeafTypes2>
friend class StateMapTuple
friend

Definition at line 528 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
template<class TNumericType2 , class TLeafType2 >
friend class StateMapVector
friend

Definition at line 530 of file state_map_vector.hpp.

Member Data Documentation

template<class TNumericType , class TLeafType >
constexpr const bool tuw::StateMapVector< TNumericType, TLeafType >::HasNumericLeaf = std::is_same<LeafType, NumericType>::value
staticprivate

Definition at line 107 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
MapTypeCRTP tuw::StateMapVector< TNumericType, TLeafType >::map_
private

Definition at line 110 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
size_t tuw::StateMapVector< TNumericType, TLeafType >::mapElementSize_
private

Definition at line 116 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
TNumericType* tuw::StateMapVector< TNumericType, TLeafType >::memStartRef_
private

Definition at line 113 of file state_map_vector.hpp.

template<class TNumericType , class TLeafType >
StateBaseVirtualType* tuw::StateMapVector< TNumericType, TLeafType >::root_
private

Definition at line 119 of file state_map_vector.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