Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <Handler.h>
Public Types | |
typedef T | HandledType |
typedef void | result_type |
Public Member Functions | |
Functor (F f, Handler< T > *next=0) | |
void | handle (T t) |
typedef void | handleFptr (T) |
void | operator() (Tt) |
Allow functor syntax for calling handle. | |
Public Attributes | |
Handler< T > * | next |
Pointer to next handler in a linked list. |
Functor<F>(f) will copy f. Functor<F&>(f) will only take a reference to x.
Definition at line 52 of file Handler.h.
typedef T qpid::framing::Handler< T >::HandledType [inherited] |
typedef void qpid::framing::Handler< T >::result_type [inherited] |
qpid::framing::Handler< T >::Handler::Functor< F >::Functor | ( | F | f, | |
Handler< T > * | next = 0 | |||
) | [inline] |
void qpid::framing::Handler< T >::Handler::Functor< F >::handle | ( | T | t | ) | [inline, virtual] |
typedef void qpid::framing::Handler< T >::handleFptr | ( | T | ) | [inherited] |
void qpid::framing::Handler< T >::operator() | ( | T | t | ) | [inline, inherited] |
Handler<T >* qpid::framing::Handler< T >::next [inherited] |