VR-Forces 4.10 Class Documentation
 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. 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
 

Detailed Description

A container for information provided to a plan statement callback.

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 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)