![]() |
VR-Forces Developer's Guide
|

Public Types | |
| typedef std::vector < SimObjectCallback > | Vector |
Public Types inherited from DtVrfCallbackQueue::CallbackInterface | |
| typedef std::shared_ptr < CallbackInterface > | Ptr |
Public Member Functions | |
| SimObjectCallback (DtLocalObject *obj) | |
| virtual void | run () override |
Public Member Functions inherited from DtVrfCallbackQueue::CallbackInterface | |
| virtual | ~CallbackInterface () |
| virtual std::string | label () const |
| virtual void | cancel () |
| virtual bool | valid () const |
Public Attributes | |
| DtLocalObject * | object |
| typedef std::vector<SimObjectCallback> DtLocalObject::SimObjectCallback::Vector |
|
inlineexplicit |
|
overridevirtual |
Run callback.
Implements DtVrfCallbackQueue::CallbackInterface.
| DtLocalObject* DtLocalObject::SimObjectCallback::object |