qpid::framing::Handler< T >::Functor< F > Class Template Reference
Adapt any void(T) functor as a
Handler.
More...
#include <Handler.h>
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.
The documentation for this class was generated from the following file:
- /home/jross/checkouts/qpid/cpp/src/qpid/framing/Handler.h