1 #ifndef QPID_FRAMING_REPLYTO_H
2 #define QPID_FRAMING_REPLYTO_H
41 std::string routingKey;
45 const std::string& _exchange,
46 const std::string& _routingKey) :
48 routingKey(_routingKey),
#define QPID_COMMON_EXTERN
void encode(const qpid::types::Variant::Map &map, Message &message, const std::string &encoding=std::string())
Encodes a Variant::Map into a message.
std::ostream & operator<<(std::ostream &, const Buffer &)
This file was automatically generated from the AMQP specification.
ReplyTo(const std::string &_exchange, const std::string &_routingKey)
Definitions and full declarations of all types used in AMQP messages.
#define QPID_COMMON_CLASS_EXTERN
void decode(const Message &message, qpid::types::Variant::Map &map, const std::string &encoding=std::string())
Decodes message content into a Variant::Map.