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

Definition at line 40 of file mtsCallableReadBase.h.
| mtsCallableReadBase::mtsCallableReadBase | ( | void | ) | [inline] |
The constructor. Does nothing
Definition at line 45 of file mtsCallableReadBase.h.
| virtual mtsCallableReadBase::~mtsCallableReadBase | ( | ) | [inline, virtual] |
The destructor. Does nothing
Definition at line 48 of file mtsCallableReadBase.h.
| virtual mtsExecutionResult mtsCallableReadBase::Execute | ( | mtsGenericObject & | result | ) | [pure virtual] |
The execute method. Abstract method to be implemented by derived classes to run the actual operation on the receiver.
| virtual void mtsCallableReadBase::ToStream | ( | std::ostream & | outputStream | ) | const [pure virtual] |
Human readable description
Implemented in mtsCallableReadMethod< _classType, _returnType >, and mtsCallableReadReturnVoidMethod< _classType, _returnType >.
Referenced by operator<<().