|
template<class Object > |
using | flxPropertyBool = _flxPropertyTyped< Object, bool > |
| A boolean property object. More...
|
|
template<class Object > |
using | flxPropertyInt8 = _flxPropertyTyped< Object, int8_t > |
| A int8_t property object. More...
|
|
template<class Object > |
using | flxPropertyInt16 = _flxPropertyTyped< Object, int16_t > |
| A int16_t property object. More...
|
|
template<class Object > |
using | flxPropertyInt32 = _flxPropertyTyped< Object, int32_t > |
| A int32_t property object. More...
|
|
template<class Object > |
using | flxPropertyUInt8 = _flxPropertyTyped< Object, uint8_t > |
| A uint8_t property object. More...
|
|
template<class Object > |
using | flxPropertyUInt16 = _flxPropertyTyped< Object, uint16_t > |
| A uint16_t property object. More...
|
|
template<class Object > |
using | flxPropertyUInt32 = _flxPropertyTyped< Object, uint32_t > |
| A uint32_t property object. More...
|
|
template<class Object > |
using | flxPropertyFloat = _flxPropertyTyped< Object, float > |
| A float property object. More...
|
|
template<class Object > |
using | flxPropertyDouble = _flxPropertyTyped< Object, double > |
| A double property object. More...
|
|
template<class Object > |
using | flxPropertyHiddenBool = _flxPropertyTyped< Object, bool, true > |
|
template<class Object > |
using | flxPropertyHiddenInt8 = _flxPropertyTyped< Object, int8_t, true > |
|
template<class Object > |
using | flxPropertyHiddenInt16 = _flxPropertyTyped< Object, int16_t, true > |
|
template<class Object > |
using | flxPropertyHiddenInt32 = _flxPropertyTyped< Object, int32_t, true > |
|
template<class Object > |
using | flxPropertyHiddenUInt8 = _flxPropertyTyped< Object, uint8_t, true > |
|
template<class Object > |
using | flxPropertyHiddenUInt16 = _flxPropertyTyped< Object, uint16_t, true > |
|
template<class Object > |
using | flxPropertyHiddenUInt32 = _flxPropertyTyped< Object, uint32_t, true > |
|
template<class Object > |
using | flxPropertyHiddenFloat = _flxPropertyTyped< Object, float, true > |
|
template<class Object > |
using | flxPropertyHiddenDouble = _flxPropertyTyped< Object, double, true > |
|
template<class Object > |
using | flxPropertySecureBool = _flxPropertyTyped< Object, bool, false, true > |
|
template<class Object > |
using | flxPropertySecureInt8 = _flxPropertyTyped< Object, int8_t, false, true > |
|
template<class Object > |
using | flxPropertySecureInt16 = _flxPropertyTyped< Object, int16_t, false, true > |
|
template<class Object > |
using | flxPropertySecureInt32 = _flxPropertyTyped< Object, int32_t, false, true > |
|
template<class Object > |
using | flxPropertySecureUInt8 = _flxPropertyTyped< Object, uint8_t, false, true > |
|
template<class Object > |
using | flxPropertySecureUInt16 = _flxPropertyTyped< Object, uint16_t, false, true > |
|
template<class Object > |
using | flxPropertySecureUInt32 = _flxPropertyTyped< Object, uint32_t, false, true > |
|
template<class Object > |
using | flxPropertySecureFloat = _flxPropertyTyped< Object, float, false, true > |
|
template<class Object > |
using | flxPropertySecureDouble = _flxPropertyTyped< Object, double, false, true > |
|
template<class Object > |
using | flxPropertySecretBool = _flxPropertyTyped< Object, bool, true, true > |
|
template<class Object > |
using | flxPropertySecretInt8 = _flxPropertyTyped< Object, int8_t, true, true > |
|
template<class Object > |
using | flxPropertySecretInt16 = _flxPropertyTyped< Object, int16_t, true, true > |
|
template<class Object > |
using | flxPropertySecretInt32 = _flxPropertyTyped< Object, int32_t, true, true > |
|
template<class Object > |
using | flxPropertySecretUInt8 = _flxPropertyTyped< Object, uint8_t, true, true > |
|
template<class Object > |
using | flxPropertySecretUInt16 = _flxPropertyTyped< Object, uint16_t, true, true > |
|
template<class Object > |
using | flxPropertySecretUInt32 = _flxPropertyTyped< Object, uint32_t, true, true > |
|
template<class Object > |
using | flxPropertySecretFloat = _flxPropertyTyped< Object, float, true, true > |
|
template<class Object > |
using | flxPropertySecretDouble = _flxPropertyTyped< Object, double, true, true > |
|
Property Class Definitions.