VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Attributes
DtGetSelfCallbackInfo Class Reference

class DtGetSelfCallbackInfo: More...

List of all members.

Public Member Functions

 DtGetSelfCallbackInfo ()
 default constructor
 DtGetSelfCallbackInfo (DtGetSelfCallbackFcn cb, void *userData)
 constructor
virtual ~DtGetSelfCallbackInfo ()
 destructor
 DtGetSelfCallbackInfo (const DtGetSelfCallbackInfo &orig)
 copy constructor
DtGetSelfCallbackInfooperator= (const DtGetSelfCallbackInfo &orig)
 assignment operator
int operator== (const DtGetSelfCallbackInfo &orig) const
 equality operators
int operator!= (const DtGetSelfCallbackInfo &orig) const
virtual void setCallbackFunction (DtGetSelfCallbackFcn funct)
 Callback function of the form DtGetSelfCallbackFcn.
virtual DtGetSelfCallbackFcn callbackFunction () const
virtual void setArgs (DtlObjPtr args)
 MTL object retrieved in call to DtReaderWriter::getSelf().
virtual DtlObjPtr args () const
virtual void setUserData (void *data)
 Pointer to user-specific data (specified by caller when registering callback function).
virtual void * userData () const

Protected Attributes

DtGetSelfCallbackFcn myCallbackFunction
DtlObjPtr myArgs
void * myUserData

Detailed Description

class DtGetSelfCallbackInfo:

Instances of DtGetSelfCallbackInfo are used to hold the callback function and user data invoked from within the DtReaderWriter::putSelf() function.


Constructor & Destructor Documentation

default constructor

constructor

destructor

copy constructor


Member Function Documentation

DtGetSelfCallbackInfo& DtGetSelfCallbackInfo::operator= ( const DtGetSelfCallbackInfo orig)

assignment operator

int DtGetSelfCallbackInfo::operator== ( const DtGetSelfCallbackInfo orig) const

equality operators

int DtGetSelfCallbackInfo::operator!= ( const DtGetSelfCallbackInfo orig) const

Callback function of the form DtGetSelfCallbackFcn.

virtual void DtGetSelfCallbackInfo::setArgs ( DtlObjPtr  args) [virtual]

MTL object retrieved in call to DtReaderWriter::getSelf().

virtual DtlObjPtr DtGetSelfCallbackInfo::args ( ) const [virtual]
virtual void DtGetSelfCallbackInfo::setUserData ( void *  data) [virtual]

Pointer to user-specific data (specified by caller when registering callback function).

virtual void* DtGetSelfCallbackInfo::userData ( ) const [virtual]

Member Data Documentation

DtlObjPtr DtGetSelfCallbackInfo::myArgs [protected]

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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)