All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SdfAbstractDataValue Class Referenceabstract

A type-erased container for a field value in an SdfAbstractData. More...

+ Inheritance diagram for SdfAbstractDataValue:

Public Member Functions

virtual bool StoreValue (const 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_)
 

Detailed Description

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: