|
template<class TLeafType , size_t TN> |
using | tuw::StateMapArrayD = StateMapArray< double, TLeafType, TN > |
|
template<class TLeafType , size_t TN> |
using | tuw::StateMapArrayF = StateMapArray< float, TLeafType, TN > |
|
template<class TLeafType , size_t TN> |
using | tuw::StateMapArrayI = StateMapArray< int, TLeafType, TN > |
|
using | tuw::StateMapBaseVirtD = StateMapBaseVirt< double > |
|
using | tuw::StateMapBaseVirtF = StateMapBaseVirt< float > |
|
using | tuw::StateMapBaseVirtI = StateMapBaseVirt< int > |
|
template<typename... TLeafTypes> |
using | tuw::StateMapTupleD = StateMapArray< double, TLeafTypes... > |
|
template<typename... TLeafTypes> |
using | tuw::StateMapTupleF = StateMapArray< float, TLeafTypes... > |
|
template<typename... TLeafTypes> |
using | tuw::StateMapTupleI = StateMapArray< int, TLeafTypes... > |
|
template<class TLeafType > |
using | tuw::StateMapVectorD = StateMapVector< double, TLeafType > |
|
template<class TLeafType > |
using | tuw::StateMapVectorF = StateMapVector< float, TLeafType > |
|
template<class TLeafType > |
using | tuw::StateMapVectorI = StateMapVector< int, TLeafType > |
|