A type-erased container for a field value in an SdfAbstractData.
More...
|
|
virtual bool | StoreValue (const VtValue &value)=0 |
| |
|
template<class T > |
| bool | StoreValue (const T &v) |
| |
|
bool | StoreValue (const SdfValueBlock &block) |
| |
|
|
void * | value |
| |
|
const std::type_info & | valueType |
| |
|
bool | isValueBlock |
| |
|
bool | typeMismatch |
| |
|
|
| SdfAbstractDataValue (void *value_, const std::type_info &valueType_) |
| |
A type-erased container for a field value in an SdfAbstractData.
- See Also
- SdfAbstractDataTypedValue
Definition at line 394 of file abstractData.h.
The documentation for this class was generated from the following file: