qpid/framing/Uuid.h File Reference
#include "qpid/sys/uuid.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 |
| 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 |
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.
|