qpid::framing::Handler< T >::Handler::MemFunRef< X, F > Class Template Reference
Adapt a member function of X as a
Handler.
More...
#include <Handler.h>
List of all members.
Detailed Description
template<class T>
template<class X, void(X::*)(T) F>
class qpid::framing::Handler< T >::MemFunRef< X, F >
Adapt a member function of X as a
Handler.
Only holds a reference to its target, not a copy.
Definition at line 64 of file Handler.h.
Member Typedef Documentation
Constructor & Destructor Documentation
template<class T>
template<class X, void(X::*)(T) F>
Member Function Documentation
template<class T>
template<class X, void(X::*)(T) F>
Allow functor syntax for calling handle.
Definition at line 42 of file Handler.h.
template<class T>
template<class X, void(X::*)(T) F>
Allow calling with -> syntax.
Definition at line 70 of file Handler.h.
Member Data Documentation
Pointer to next handler in a linked list.
Definition at line 46 of file Handler.h.
The documentation for this class was generated from the following file: