proton/message_id.hpp File Reference

An AMQP message ID. More...

#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 >
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 >
coerce (const message_id &x)

Detailed Description

An AMQP message ID.


Generated on 17 Jan 2019 for Qpid Proton C++ by  doxygen 1.6.1