| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include "qpid/framing/AMQMethodBody.h"#include "qpid/framing/MethodBodyDefaultVisitor.h"#include "qpid/framing/StructHelper.h"#include <boost/optional.hpp>Go to the source code of this file.
Classes | |
| class | qpid::framing::Invoker |
| Base class for invoker visitors. More... | |
| struct | qpid::framing::Invoker::Result |
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. | |
Functions | |
| template<class Invocable > | |
| Invoker::Result | qpid::framing::invoke (Invocable &target, const AMQMethodBody &body) |
| Invoke an invocable object. | |
| template<class Invocable > | |
| Invoker::Result | qpid::framing::invoke (Invocable &target, const AMQBody &body) |
| Invoke an invocable object. | |
1.5.7.1