Loading...
Searching...
No Matches
SdfAbstractDataValue Class Referenceabstract

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

#include <abstractData.h>

+ 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 416 of file abstractData.h.

Constructor & Destructor Documentation

◆ SdfAbstractDataValue()

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

Definition at line 454 of file abstractData.h.

Member Function Documentation

◆ StoreValue()

bool StoreValue ( T &&  v)
inline

Definition at line 420 of file abstractData.h.

Member Data Documentation

◆ isAnimationBlock

bool isAnimationBlock

Definition at line 450 of file abstractData.h.

◆ isValueBlock

bool isValueBlock

Definition at line 449 of file abstractData.h.

◆ typeMismatch

bool typeMismatch

Definition at line 451 of file abstractData.h.

◆ value

void* value

Definition at line 447 of file abstractData.h.

◆ valueType

const std::type_info& valueType

Definition at line 448 of file abstractData.h.


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