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 | Private Member Functions | Friends
DtParallelTickManager::CallbackInterface Class Referenceabstract

Interface for defining callbacks. More...

Inheritance diagram for DtParallelTickManager::CallbackInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~CallbackInterface ()
 Virtual destructor. More...
 
virtual void runCallback ()=0
 Callback function. More...
 

Private Member Functions

void run ()
 DtVrfCallbackQueue callback implementation, do not change. More...
 
- Private Member Functions inherited from DtVrfCallbackQueue::CallbackInterface
virtual std::string label () const
 Name of callback, used only for logging and debugging. More...
 
virtual void cancel ()
 Will be called if the callback will not be run before it's discarded. More...
 
virtual bool valid () const
 Returns false the callback has become null. More...
 

Friends

class DtParallelTickManager
 

Additional Inherited Members

- Private Types inherited from DtVrfCallbackQueue::CallbackInterface
typedef boost::shared_ptr
< CallbackInterface
Ptr
 

Detailed Description

Interface for defining callbacks.

Using this class will cause the callback to be executed in parallel.

Constructor & Destructor Documentation

virtual DtParallelTickManager::CallbackInterface::~CallbackInterface ( )
virtual

Virtual destructor.

Reimplemented from DtVrfCallbackQueue::CallbackInterface.

Member Function Documentation

void DtParallelTickManager::CallbackInterface::run ( )
privatevirtual

DtVrfCallbackQueue callback implementation, do not change.

Implements DtVrfCallbackQueue::CallbackInterface.

virtual void DtParallelTickManager::CallbackInterface::runCallback ( )
pure virtual

Callback function.

Friends And Related Function Documentation

friend class DtParallelTickManager
friend

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)