#include <ptypeTraits.h>
Static Public 変数 | |
static const unsigned int | indexNum = (PtypeTraits<T>::indexMin >> 5) |
static const bool | hasLongMove = (PtypeTraits<T>::indexMin>=32) |
static const mask_int_t | indexMask = PtypeFunsSub<T,PtypeTraits<T>::isBasic>::indexMask |
static const Ptype | promotePtype = PtypeFunsSub<T,PtypeTraits<T>::canPromote>::promotePtype |
static const Ptype | basicType = PtypeFunsSub<T,PtypeTraits<T>::isBasic>::basicType |
ptypeTraits.h の 317 行で定義されています。
const Ptype osl::PtypeFuns< T >::basicType = PtypeFunsSub<T,PtypeTraits<T>::isBasic>::basicType [static] |
ptypeTraits.h の 327 行で定義されています。
const bool osl::PtypeFuns< T >::hasLongMove = (PtypeTraits<T>::indexMin>=32) [static] |
ptypeTraits.h の 324 行で定義されています。
const mask_int_t osl::PtypeFuns< T >::indexMask = PtypeFunsSub<T,PtypeTraits<T>::isBasic>::indexMask [static] |
ptypeTraits.h の 325 行で定義されています。
const unsigned int osl::PtypeFuns< T >::indexNum = (PtypeTraits<T>::indexMin >> 5) [static] |
ptypeTraits.h の 322 行で定義されています。
const Ptype osl::PtypeFuns< T >::promotePtype = PtypeFunsSub<T,PtypeTraits<T>::canPromote>::promotePtype [static] |
ptypeTraits.h の 326 行で定義されています。