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
PlanCbInfo Class Reference

A container for information provided to a plan callback.

plan callback

Public Member Functions

 PlanCbInfo (const DtUUID &n, bool global, DtPlanCallbackFcn f, void *usr)
 
 ~PlanCbInfo ()
 
bool operator== (const PlanCbInfo &orig) const
 

Public Attributes

DtUUID planName
 
bool isGlobal
 
DtPlanCallbackFcn fcn
 
void * data
 

Constructor & Destructor Documentation

PlanCbInfo::PlanCbInfo ( const DtUUID n,
bool  global,
DtPlanCallbackFcn  f,
void *  usr 
)
inline
PlanCbInfo::~PlanCbInfo ( )
inline

Member Function Documentation

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

References data, fcn, isGlobal, and planName.

Member Data Documentation

DtUUID PlanCbInfo::planName

Referenced by operator==().

bool PlanCbInfo::isGlobal

Referenced by operator==().

DtPlanCallbackFcn PlanCbInfo::fcn

Referenced by operator==().

void* PlanCbInfo::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)