|
template<typename T > |
PropertyDataType | kanzi::typeToPropertyDataType () |
| Reverse lookup for data type. More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< AbstractRangeSharedPtr > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< bool > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< ColorRGBA > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< float > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< int > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< Matrix3x3 > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< Matrix4x4 > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< ResourceSharedPtr > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< SRTValue2D > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< SRTValue3D > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< string > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< Vector2 > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< Vector3 > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< Vector4 > () |
| Specialization of typeToPropertyDataType(). More...
|
|
template<> |
PropertyDataType | kanzi::typeToPropertyDataType< void * > () |
| Specialization of typeToPropertyDataType(). More...
|
|