C++ TargetRTS
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
RTTypedValue Struct Reference

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_classtype
 Type descriptor for the data object.
 

Detailed Description

Encapsulates a data object and its type descriptor.


The documentation for this struct was generated from the following files: