#include <mtsCallableVoidBase.h>
Inheritance diagram for mtsCallableVoidBase:

Definition at line 38 of file mtsCallableVoidBase.h.
| mtsCallableVoidBase::mtsCallableVoidBase | ( | void | ) | [inline] |
The constructor. Does nothing
Definition at line 43 of file mtsCallableVoidBase.h.
| virtual mtsCallableVoidBase::~mtsCallableVoidBase | ( | ) | [inline, virtual] |
The destructor. Does nothing
Definition at line 46 of file mtsCallableVoidBase.h.
| virtual void mtsCallableVoidBase::Execute | ( | void | ) | [pure virtual] |
The execute method. Abstract method to be implemented by derived classes to run the actual operation on the receiver.
| virtual void mtsCallableVoidBase::ToStream | ( | std::ostream & | outputStream | ) | const [pure virtual] |
Human readable description
Implemented in mtsCallableVoidFunction, and mtsCallableVoidMethod< _classType >.
Referenced by operator<<().