| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include "qpid/shared_ptr.h"#include <boost/type_traits/remove_reference.hpp>#include <assert.h>Go to the source code of this file.
Classes | |
| struct | qpid::framing::Handler< T > |
| class | qpid::framing::Handler< T >::Functor< F > |
| Adapt any void(T) functor as a Handler. More... | |
| class | qpid::framing::Handler< T >::MemFunRef< X, F > |
| Adapt a member function of X as a Handler. More... | |
| class | qpid::framing::Handler< T >::InOutHandlerInterface |
| Interface for a handler that implements a pair of in/out handle operations. More... | |
| struct | qpid::framing::Handler< T >::InOutHandler |
| Support for implementing an in-out handler pair as a single class. More... | |
Namespaces | |
| namespace | qpid |
| This file was automatically generated from the AMQP specification. | |
| namespace | qpid::framing |
| The framing namespace contains classes that are used to create, send and receive the basic packets from which AMQP is built. | |
1.5.7.1