Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include "qpid/CommonImportExport.h"
#include "qpid/sys/IntegerTypes.h"
#include <boost/array.hpp>
#include <ostream>
#include <istream>
Go to the source code of this file.
Classes | |
struct | qpid::framing::Uuid |
A UUID is represented as a boost::array of 16 bytes. More... | |
Namespaces | |
namespace | qpid |
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 | |
std::ostream & | qpid::framing::operator<< (std::ostream &, Uuid) |
Print in format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb. | |
std::istream & | qpid::framing::operator>> (std::istream &, Uuid &) |
Read from format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb. |