Eris  1.3.23
Public Types | Public Member Functions | List of all members
Eris::MemberResponse< T > Class Template Reference
Inheritance diagram for Eris::MemberResponse< T >:
Eris::ResponseBase

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. More...
 

Member Function Documentation

◆ responseReceived()

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

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: