SdfAbstractDataValue Class Referenceabstract

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

+ Inheritance diagram for SdfAbstractDataValue:

Public Member Functions

template<class T >
bool StoreValue (T &&v)
 

Public Attributes

void * value
 
const std::type_info & valueType
 
bool isValueBlock
 
bool isAnimationBlock
 
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 427 of file abstractData.h.


The documentation for this class was generated from the following file: