Public Types | Public Member Functions

Eris::MemberResponse< T > Class Template Reference

Inheritance diagram for Eris::MemberResponse< T >:
Eris::ResponseBase

List of all members.

Public Types

typedef void(T::* T_method )(const Atlas::Objects::Operation::RootOperation &op)

Public Member Functions

 MemberResponse (T *obj, void(T::*method)(const Atlas::Objects::Operation::RootOperation &op))
virtual bool responseReceived (const Atlas::Objects::Operation::RootOperation &op)
 Process a response.

template<class T>
class Eris::MemberResponse< T >


Member Function Documentation

template<class T >
virtual bool Eris::MemberResponse< T >::responseReceived ( const Atlas::Objects::Operation::RootOperation &  op  )  [inline, virtual]

Process a response.

Return true if the operation was handled, and false if it should be processed by the router system as normal.

Implements Eris::ResponseBase.


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