VR-Forces 4.7 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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)