![]() |
VR-Forces 4.10 Class Documentation
|
A container for information provided to a plan-complete callback. More...
Public Member Functions | |
| PlanCompleteCbInfo (const DtUUID &n, bool global, DtPlanCompleteCallbackFcn f, void *usr) | |
| ~PlanCompleteCbInfo () | |
| bool | operator== (const PlanCompleteCbInfo &orig) const |
Public Attributes | |
| DtPlanCompleteCallbackFcn | fcn |
| DtUUID | planName |
| bool | isGlobal |
| void * | data |
A container for information provided to a plan-complete callback.
plan complete
|
inline |
|
inline |
|
inline |
| DtPlanCompleteCallbackFcn PlanCompleteCbInfo::fcn |
Referenced by operator==().
| DtUUID PlanCompleteCbInfo::planName |
Referenced by operator==().
| bool PlanCompleteCbInfo::isGlobal |
Referenced by operator==().
| void* PlanCompleteCbInfo::data |
Referenced by operator==().