| 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() (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 >::result_type [inherited] |
| void qpid::framing::Handler< T >::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] |
Pointer to next handler in a linked list.
Definition at line 46 of file Handler.h.
Referenced by qpid::framing::ChannelHandler::handle().
1.5.7.1