A type-erased container for a const field value in an SdfAbstractData.
More...
#include <abstractData.h>
|
|
virtual bool | GetValue (VtValue *value) const =0 |
| |
| template<class T > |
| bool | GetValue (T *v) const |
| |
|
virtual bool | IsEqual (const VtValue &value) const =0 |
| |
|
| | SdfAbstractDataConstValue (const void *value_, const std::type_info &valueType_, const bool isArrayEdit_, const std::type_info &elementValueType_) |
| |
A type-erased container for a const field value in an SdfAbstractData.
- See also
- SdfAbstractDataConstTypedValue
Definition at line 543 of file abstractData.h.
◆ SdfAbstractDataConstValue()
| SdfAbstractDataConstValue |
( |
const void * |
value_, |
|
|
const std::type_info & |
valueType_, |
|
|
const bool |
isArrayEdit_, |
|
|
const std::type_info & |
elementValueType_ |
|
) |
| |
|
inlineprotected |
◆ GetValue()
| bool GetValue |
( |
T * |
v | ) |
const |
|
inline |
◆ elementValueType
| const std::type_info& elementValueType |
◆ isArrayEdit
◆ value
◆ valueType
| const std::type_info& valueType |
The documentation for this class was generated from the following file: