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