![]() |
VR-Link API Documentation for DIS
|
Wrap a native pointer in a DtEnvValue. More...
Inheritance diagram for DtNativeValue:
Collaboration diagram for DtNativeValue:Public Member Functions | |
| ~DtNativeValue () | |
| DtString | nativeType () const |
| void * | nativeValue () |
Static Public Member Functions | |
| static DtEnvValueSP | create (const DtString &nativeType, void *native) |
| static bool | isNativeValue (const DtEnvValueSP &) |
| static DtNativeValue * | castToNativeValue (const DtEnvValueSP &value) |
Protected Member Functions | |
| DtNativeValue (const DtString &nativeType, void *native) | |
Protected Attributes | |
| void * | myNativeValue |
| PTR to native data. | |
Wrap a native pointer in a DtEnvValue.
| DtNativeValue::DtNativeValue | ( | const DtString & | nativeType, |
| void * | native | ||
| ) | [protected] |
| static DtNativeValue* DtNativeValue::castToNativeValue | ( | const DtEnvValueSP & | value | ) | [static] |
| static DtEnvValueSP DtNativeValue::create | ( | const DtString & | nativeType, |
| void * | native | ||
| ) | [static] |
| static bool DtNativeValue::isNativeValue | ( | const DtEnvValueSP & | ) | [static] |
| DtString DtNativeValue::nativeType | ( | ) | const |
| void* DtNativeValue::nativeValue | ( | ) |
void* DtNativeValue::myNativeValue [protected] |
PTR to native data.