#include "./binary.hpp"#include "./scalar_base.hpp"#include "./uuid.hpp"#include <proton/type_compat.h>#include <string>Go to the source code of this file.
Classes | |
| class | message_id |
| An AMQP message ID. More... | |
Namespaces | |
| namespace | proton |
The main Proton namespace. | |
Functions | |
| template<class T > | |
| T | get (const message_id &x) |
| INTERNAL Base template for get(message_id), specialized for legal message_id types. | |
| template<> | |
| uint64_t | get< uint64_t > (const message_id &x) |
| template<> | |
| uuid | get< uuid > (const message_id &x) |
| Get the uuid value or throw conversion_error. | |
| template<> | |
| binary | get< binary > (const message_id &x) |
| Get the binary value or throw conversion_error. | |
| template<> | |
| std::string | get< std::string > (const message_id &x) |
| Get the std::string value or throw conversion_error. | |
| template<class T > | |
| T | coerce (const message_id &x) |
An AMQP message ID.
1.6.1