![]() |
VR-Forces Developer's Guide
|
Handle returned from Create Object Service calls.
Public Member Functions | |
| DtCreateObjectHandle () | |
| DtCreateObjectHandle (const DtCreateObjectHandle &) | |
| DtCreateObjectHandle & | operator= (const DtCreateObjectHandle &) |
| DtCreateObjectHandle (const DtUUID &, const DtString &on) | |
| const DtUUID & | uuid () const |
| const DtString & | objectName () const |
| bool | isValid () const |
Protected Attributes | |
| DtUUID | myUuid |
| DtString | myObjectName |
| DtCreateObjectHandle::DtCreateObjectHandle | ( | ) |
| DtCreateObjectHandle::DtCreateObjectHandle | ( | const DtCreateObjectHandle & | ) |
| DtCreateObjectHandle& DtCreateObjectHandle::operator= | ( | const DtCreateObjectHandle & | ) |
| const DtUUID& DtCreateObjectHandle::uuid | ( | ) | const |
| const DtString& DtCreateObjectHandle::objectName | ( | ) | const |
| bool DtCreateObjectHandle::isValid | ( | ) | const |
|
protected |
|
protected |