Public Member Functions
icl_core::dispatch::Operation Class Reference

#include <Operation.h>

Inheritance diagram for icl_core::dispatch::Operation:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void execute ()=0
 Operation ()
 Creates a new operation object.
virtual ~Operation ()
 Destroys an operation object.

Detailed Description

This is the base class for dispatchable operations. It is intended to be used together with the Dispatcher class.

Definition at line 35 of file Operation.h.


Constructor & Destructor Documentation

Creates a new operation object.

Definition at line 28 of file Operation.cpp.

Destroys an operation object.

Definition at line 32 of file Operation.cpp.


Member Function Documentation

virtual void icl_core::dispatch::Operation::execute ( ) [pure virtual]

This methos is called by the dispatcher to perform the operation's task. It has to be overridden by all subclasses.

Implemented in icl_core::dispatch::CallbackOperation.


The documentation for this class was generated from the following files:


fzi_icl_core
Author(s):
autogenerated on Tue Aug 8 2017 02:28:05