message_id Class Reference

An AMQP message ID. More...

#include <message_id.hpp>

Inheritance diagram for message_id:

List of all members.

Public Member Functions

 message_id ()
 An empty message_id has a uint64_t value set to 0.
template<class T >
 message_id (const T &x)
 Construct from any type that can be assigned.
Assignment operators

Assign a C++ value, deduce the AMQP type()



message_idoperator= (uint64_t x)
message_idoperator= (const uuid &x)
message_idoperator= (const binary &x)
message_idoperator= (const std::string &x)
message_idoperator= (const char *x)
 Treated as amqp::STRING.

Detailed Description

An AMQP message ID.

It can contain one of the following types:


The documentation for this class was generated from the following file:

Generated on 13 Mar 2017 for Qpid Proton C++ by  doxygen 1.6.1