Public Types | Public Member Functions | Private Attributes
msp::client::Subscription< T, C > Class Template Reference

#include <Client.hpp>

Inheritance diagram for msp::client::Subscription< T, C >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef void(C::* Callback )(const T &)

Public Member Functions

void call (const msp::Request &req)
 Subscription (const Callback caller, C *const context_class)
 Subscription (const Callback caller, C *const context_class, PeriodicTimer *timer)

Private Attributes

C *const context
Callback funct

Detailed Description

template<typename T, typename C>
class msp::client::Subscription< T, C >

Definition at line 98 of file Client.hpp.


Member Typedef Documentation

template<typename T, typename C>
typedef void(C::* msp::client::Subscription< T, C >::Callback)(const T &)

Definition at line 100 of file Client.hpp.


Constructor & Destructor Documentation

template<typename T, typename C>
msp::client::Subscription< T, C >::Subscription ( const Callback  caller,
C *const  context_class 
) [inline]

Definition at line 102 of file Client.hpp.

template<typename T, typename C>
msp::client::Subscription< T, C >::Subscription ( const Callback  caller,
C *const  context_class,
PeriodicTimer timer 
) [inline]

Definition at line 106 of file Client.hpp.


Member Function Documentation

template<typename T, typename C>
void msp::client::Subscription< T, C >::call ( const msp::Request req) [inline, virtual]

Implements msp::client::SubscriptionBase.

Definition at line 112 of file Client.hpp.


Member Data Documentation

template<typename T, typename C>
C* const msp::client::Subscription< T, C >::context [private]

Definition at line 118 of file Client.hpp.

template<typename T, typename C>
Callback msp::client::Subscription< T, C >::funct [private]

Definition at line 117 of file Client.hpp.


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


msp
Author(s): Christian Rauch
autogenerated on Mon Oct 9 2017 03:02:14