|
C++ TargetRTS
|
Encapsulates a data object and its type descriptor. More...
#include <RTTypedValue.h>
Public Member Functions | |
| RTTypedValue (const void *data=nullptr, const RTObject_class *type=nullptr) | |
| Construction from a data object and its type descriptor. | |
| RTTypedValue (const RTDataObject &) | |
| Construction from a data object with a type descriptor. | |
| RTTypedValue (const RTTypedValue &) | |
Public Attributes | |
| const void * | data |
| Data object. | |
| const RTObject_class * | type |
| Type descriptor for the data object. | |
Encapsulates a data object and its type descriptor.