#include <callback.h>
Inheritance diagram for Monitor::Utility::DataConstCallback:

Public Types | |
| typedef DataCallback< const TargetClass, TargetData > | ParentClass |
| typedef void(TargetClass::* | CallbackType )(TargetData) const |
| Type of target class method to be invoked by callback. More... | |
Public Methods | |
| DataConstCallback (TargetClass &newTargetObject, CallbackType newTargetFunction, const TargetData &newTargetData) | |
| Constructor. More... | |
| DataConstCallback (const ParentClass &other) | |
| Copy Constructor. More... | |
| virtual | ~DataConstCallback () |
| Destructor. More... | |
| virtual CallbackBase * | clone () const |
| Produce a copy of callback. More... | |
| int | operator== (const DataConstCallback &other) const |
| Equivalence operator. More... | |
Definition at line 524 of file callback.h.
|
|||||
|
Type of target class method to be invoked by callback.
Reimplemented from Monitor::Utility::DataCallback< const TargetClass, TargetData >. Definition at line 531 of file callback.h. Referenced by DataConstCallback. |
|
|||||
|
Definition at line 527 of file callback.h. |
|
||||||||||||||||||||
|
Constructor.
Definition at line 537 of file callback.h. References Monitor::Utility::Callback< const >::Callback, and CallbackType. Referenced by clone, and operator==. |
|
||||||||||
|
Copy Constructor.
Definition at line 552 of file callback.h. References Monitor::Utility::Callback< const >::Callback. |
|
|||||||||
|
Destructor.
Definition at line 560 of file callback.h. |
|
|||||||||
|
Produce a copy of callback.
Reimplemented from Monitor::Utility::DataCallback< const TargetClass, TargetData >. Definition at line 568 of file callback.h. References DataConstCallback. |
|
||||||||||
|
Equivalence operator.
Definition at line 576 of file callback.h. References DataConstCallback. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002