![]() |
|
A type-erased container for a field value in an SdfAbstractData. More...
#include <abstractData.h>
Inheritance diagram for SdfAbstractDataValue:Public Member Functions | |
| virtual bool | StoreValue (const VtValue &value)=0 |
| virtual bool | StoreValue (VtValue &&value)=0 |
| template<class T > | |
| bool | StoreValue (const T &v) |
| bool | StoreValue (const SdfValueBlock &block) |
Public Attributes | |
| void * | value |
| const std::type_info & | valueType |
| bool | isValueBlock |
| bool | typeMismatch |
Protected Member Functions | |
| SdfAbstractDataValue (void *value_, const std::type_info &valueType_) | |
A type-erased container for a field value in an SdfAbstractData.
Definition at line 398 of file abstractData.h.
|
inlineprotected |
Definition at line 427 of file abstractData.h.
|
inline |
Definition at line 415 of file abstractData.h.
|
inline |
Definition at line 405 of file abstractData.h.
| bool isValueBlock |
Definition at line 423 of file abstractData.h.
| bool typeMismatch |
Definition at line 424 of file abstractData.h.
| void* value |
Definition at line 421 of file abstractData.h.
| const std::type_info& valueType |
Definition at line 422 of file abstractData.h.