VR-Forces 4.6 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
PlanCbInfo Class Reference

A container for information provided to a plan callback. More...

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

Detailed Description

A container for information provided to a plan callback.

plan callback

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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)