1 #ifndef QPID_FRAMING_EXCHANGEQUERYRESULT_H
2 #define QPID_FRAMING_EXCHANGEQUERYRESULT_H
46 const std::string& _type,
51 arguments(_arguments),
54 setNotFound(_notFound);
#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.
ExchangeQueryResult(const std::string &_type, bool _durable, bool _notFound, const FieldTable &_arguments)
std::ostream & operator<<(std::ostream &, const Buffer &)
Definitions and full declarations of all types used in AMQP messages.
A set of name-value pairs.
#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.