GetBool(_Out_ bool *pValue) override (defined in TFloatScalarVariable< IBaseInterface, IsAnnotation >) | TFloatScalarVariable< IBaseInterface, IsAnnotation > | |
GetBoolArray(_Out_writes_(Count) bool *pData, _In_ uint32_t Offset, _In_ uint32_t Count) override (defined in TFloatScalarVariable< IBaseInterface, IsAnnotation >) | TFloatScalarVariable< IBaseInterface, IsAnnotation > | |
GetFloat(_Out_ float *pValue) override (defined in TFloatScalarVariable< IBaseInterface, IsAnnotation >) | TFloatScalarVariable< IBaseInterface, IsAnnotation > | |
GetFloatArray(_Out_writes_(Count) float *pData, _In_ uint32_t Offset, _In_ uint32_t Count) override (defined in TFloatScalarVariable< IBaseInterface, IsAnnotation >) | TFloatScalarVariable< IBaseInterface, IsAnnotation > | |
GetInt(_Out_ int *pValue) override (defined in TFloatScalarVariable< IBaseInterface, IsAnnotation >) | TFloatScalarVariable< IBaseInterface, IsAnnotation > | |
GetIntArray(_Out_writes_(Count) int *pData, _In_ uint32_t Offset, _In_ uint32_t Count) override (defined in TFloatScalarVariable< IBaseInterface, IsAnnotation >) | TFloatScalarVariable< IBaseInterface, IsAnnotation > | |
GetRawValue(_Out_writes_bytes_(ByteCount) void *pData, _In_ uint32_t ByteOffset, _In_ uint32_t ByteCount) override (defined in TNumericVariable< IBaseInterface, IsAnnotation >) | TNumericVariable< IBaseInterface, IsAnnotation > | inline |
SetBool(_In_ const bool Value) override (defined in TFloatScalarVariable< IBaseInterface, IsAnnotation >) | TFloatScalarVariable< IBaseInterface, IsAnnotation > | |
SetBoolArray(_In_reads_(Count) const bool *pData, _In_ uint32_t Offset, _In_ uint32_t Count) override (defined in TFloatScalarVariable< IBaseInterface, IsAnnotation >) | TFloatScalarVariable< IBaseInterface, IsAnnotation > | |
SetFloat(_In_ const float Value) override (defined in TFloatScalarVariable< IBaseInterface, IsAnnotation >) | TFloatScalarVariable< IBaseInterface, IsAnnotation > | |
SetFloatArray(_In_reads_(Count) const float *pData, _In_ uint32_t Offset, _In_ uint32_t Count) override (defined in TFloatScalarVariable< IBaseInterface, IsAnnotation >) | TFloatScalarVariable< IBaseInterface, IsAnnotation > | |
SetInt(_In_ const int Value) override (defined in TFloatScalarVariable< IBaseInterface, IsAnnotation >) | TFloatScalarVariable< IBaseInterface, IsAnnotation > | |
SetIntArray(_In_reads_(Count) const int *pData, _In_ uint32_t Offset, _In_ uint32_t Count) override (defined in TFloatScalarVariable< IBaseInterface, IsAnnotation >) | TFloatScalarVariable< IBaseInterface, IsAnnotation > | |
SetRawValue(_In_reads_bytes_(ByteCount) const void *pData, _In_ uint32_t ByteOffset, _In_ uint32_t ByteCount) override (defined in TNumericVariable< IBaseInterface, IsAnnotation >) | TNumericVariable< IBaseInterface, IsAnnotation > | inline |