mermaid::support::service::DataFeedInputHandlerMethod< o > Class Template Reference

Class that stores a pointer to a method of an object. It holds a pointer to a method suitable for handling input of data feeds. More...

#include <DataFeedInputHandlerMethod.hpp>

Inheritance diagram for mermaid::support::service::DataFeedInputHandlerMethod< o >:
Inheritance graph
[legend]
Collaboration diagram for mermaid::support::service::DataFeedInputHandlerMethod< o >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual void callHandler (shared_ptr< DataBox > dataBox)
 Method call.
 DataFeedInputHandlerMethod (o *object, DATA_FEED_HANDLER_METHOD method)
 Contstructor.

Detailed Description

template<class o>
class mermaid::support::service::DataFeedInputHandlerMethod< o >

Class that stores a pointer to a method of an object. It holds a pointer to a method suitable for handling input of data feeds.

Author:
Marco Barbosa

Definition at line 72 of file DataFeedInputHandlerMethod.hpp.


Constructor & Destructor Documentation

template<class o >
mermaid::support::service::DataFeedInputHandlerMethod< o >::DataFeedInputHandlerMethod ( o *  object,
DATA_FEED_HANDLER_METHOD  method 
) [inline]

Contstructor.

Parameters:
object Object instance on which the method shall be called
method Method of the object's class

Definition at line 81 of file DataFeedInputHandlerMethod.hpp.


Member Function Documentation

template<class o >
virtual void mermaid::support::service::DataFeedInputHandlerMethod< o >::callHandler ( shared_ptr< DataBox dataBox  )  [inline, virtual]

Method call.

Parameters:
dataBox DataBox containing the input data.

Implements mermaid::support::service::DataFeedInputHandlerMethodBase.

Definition at line 90 of file DataFeedInputHandlerMethod.hpp.

Generated on Fri Mar 4 22:15:49 2011 for MeRMaID::support by  doxygen 1.6.3