Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <boost/shared_ptr.hpp>
#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 >::Handler::Functor< F > |
Adapt any void(T) functor as a Handler. More... | |
class | qpid::framing::Handler< T >::Handler::MemFunRef< X, F > |
Adapt a member function of X as a Handler. More... | |
class | qpid::framing::Handler< T >::Handler::InOutHandlerInterface |
Interface for a handler that implements a pair of in/out handle operations. More... | |
struct | qpid::framing::Handler< T >::Handler::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. |