VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
StmtCbInfo Class Reference

A container for information provided to a plan statement callback.

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
 

Constructor & Destructor Documentation

StmtCbInfo::StmtCbInfo ( const DtUUID n,
bool  global,
DtPlanStatementCallbackFcn  f,
void *  usr 
)
inline
StmtCbInfo::~StmtCbInfo ( )
inline

Member Function Documentation

bool StmtCbInfo::operator== ( const StmtCbInfo orig) const
inline

References data, fcn, isGlobal, and planName.

Member Data Documentation

DtPlanStatementCallbackFcn StmtCbInfo::fcn

Referenced by operator==().

DtUUID StmtCbInfo::planName

Referenced by operator==().

bool StmtCbInfo::isGlobal

Referenced by operator==().

void* StmtCbInfo::data

Referenced by operator==().


The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)