qpid::framing::Handler< T >::Functor< F > Class Template Reference
Adapt any void(T) functor as a Handler.
More...
#include <Handler.h>
Inherits qpid::framing::Handler< T >.
List of all members.
|
Public Member Functions |
| Functor (F f, Handler< T > *next=0) |
void | handle (T t) |
Detailed Description
template<class T>
template<class F>
class qpid::framing::Handler< T >::Functor< F >
Adapt any void(T) functor as a Handler.
Functor<F>(f) will copy f. Functor<F&>(f) will only take a reference to x.
Definition at line 52 of file Handler.h.
The documentation for this class was generated from the following file:
- /home/nsantos/projects/mrg-team/testing/magnum/f10/qpidc/qpid/cpp/src/qpid/framing/Handler.h