All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Static Public Attributes
osl::PtypeFuns< T > Struct Template Reference

#include <ptypeTraits.h>

Collaboration diagram for osl::PtypeFuns< T >:
Collaboration graph
[legend]

List of all members.

Static Public Attributes

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

Detailed Description

template<Ptype T>
struct osl::PtypeFuns< T >

Definition at line 317 of file ptypeTraits.h.


Member Data Documentation

template<Ptype T>
const Ptype osl::PtypeFuns< T >::basicType = PtypeFunsSub<T,PtypeTraits<T>::isBasic>::basicType [static]

Definition at line 327 of file ptypeTraits.h.

template<Ptype T>
const bool osl::PtypeFuns< T >::hasLongMove = (PtypeTraits<T>::indexMin>=32) [static]

Definition at line 324 of file ptypeTraits.h.

template<Ptype T>
const mask_int_t osl::PtypeFuns< T >::indexMask = PtypeFunsSub<T,PtypeTraits<T>::isBasic>::indexMask [static]

Definition at line 325 of file ptypeTraits.h.

template<Ptype T>
const Ptype osl::PtypeFuns< T >::promotePtype = PtypeFunsSub<T,PtypeTraits<T>::canPromote>::promotePtype [static]

Definition at line 326 of file ptypeTraits.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines