cisst-saw
|
Defines a base class for a callable object with no argument. More...
#include <cisstMultiTask/mtsExecutionResult.h>
Go to the source code of this file.
Classes | |
class | mtsCallableVoidBase |
Functions | |
std::ostream & | operator<< (std::ostream &outputStream, const mtsCallableVoidBase &callable) |
Defines a base class for a callable object with no argument.
|
inline |
Stream out operator for all classes derived from mtsCallableVoidBase. This operator uses the ToStream method so that the output can be different for each derived class.