| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include "qpid/framing/amqp_types.h"#include "qpid/RefCounted.h"#include "qpid/framing/BodyFactory.h"#include <boost/intrusive_ptr.hpp>#include <ostream>Go to the source code of this file.
Classes | |
| struct | qpid::framing::AMQBodyConstVisitor |
| class | qpid::framing::AMQBody |
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. | |
Enumerations | |
| enum | qpid::framing::BodyTypes { qpid::framing::METHOD_BODY = 1, qpid::framing::HEADER_BODY = 2, qpid::framing::CONTENT_BODY = 3, qpid::framing::HEARTBEAT_BODY = 8 } |
Functions | |
| std::ostream & | qpid::framing::operator<< (std::ostream &out, const AMQBody &body) |
1.5.7.1