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

#include <abstractData.h>

+ Inheritance diagram for SdfAbstractDataValue:

Public Member Functions

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

Public Attributes

voidvalue
 
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.

Constructor & Destructor Documentation

SdfAbstractDataValue::SdfAbstractDataValue ( void value_,
const std::type_info &  valueType_ 
)
inlineprotected

Definition at line 465 of file abstractData.h.

Member Function Documentation

template<class T >
bool SdfAbstractDataValue::StoreValue ( T &&  v)
inline

Definition at line 431 of file abstractData.h.

Member Data Documentation

bool SdfAbstractDataValue::isAnimationBlock

Definition at line 461 of file abstractData.h.

bool SdfAbstractDataValue::isValueBlock

Definition at line 460 of file abstractData.h.

bool SdfAbstractDataValue::typeMismatch

Definition at line 462 of file abstractData.h.

void* SdfAbstractDataValue::value

Definition at line 458 of file abstractData.h.

const std::type_info& SdfAbstractDataValue::valueType

Definition at line 459 of file abstractData.h.


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