Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <Handler.h>
Inherits qpid::framing::Handler< T >< T >.
Public Types | |
typedef T | HandledType |
typedef void | handleFptr (T) |
typedef void | result_type |
Public Member Functions | |
Functor (F f, Handler< T > *next=0) | |
void | handle (T t) |
void | operator() (T t) |
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 >::handleFptr(T) [inherited] |
typedef void qpid::framing::Handler< T >::result_type [inherited] |
qpid::framing::Handler< T >::Functor< F >::Functor | ( | F | f, | |
Handler< T > * | next = 0 | |||
) | [inline] |
void qpid::framing::Handler< T >::Functor< F >::handle | ( | T | t | ) | [inline, virtual] |
void qpid::framing::Handler< T >::operator() | ( | T | t | ) | [inline, inherited] |
Handler<T>* qpid::framing::Handler< T >::next [inherited] |
Pointer to next handler in a linked list.
Definition at line 46 of file Handler.h.
Referenced by qpid::framing::ChannelHandler::handle().