ERC CISST - cisst software

mtsCallableVoidBase Class Reference
[Multi Task Support]

#include <mtsCallableVoidBase.h>

Inheritance diagram for mtsCallableVoidBase:

Inheritance graph
[legend]
List of all members.

Detailed Description

A base class command object with an execute method that takes no arguments. This pure virtual base class is derived to support either global functions or methods with the signature "void method(void)" (non const)

Definition at line 38 of file mtsCallableVoidBase.h.

Public Member Functions


Constructor & Destructor Documentation

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.


Member Function Documentation

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<<().


The documentation for this class was generated from the following file:
erc-cisst-devel<at>lists.johnshopkins.edu