1 #ifndef QPID_FRAMING_EXCHANGEQUERYRESULT_H
2 #define QPID_FRAMING_EXCHANGEQUERYRESULT_H
46 const std::string& _type,
51 arguments(_arguments),
54 setNotFound(_notFound);
Definitions and full declarations of all types used in AMQP messages.
A set of name-value pairs.
std::ostream & operator<<(std::ostream &, const Buffer &)
void encode(const qpid::types::Variant::Map &map, Message &message, const std::string &encoding=std::string())
Encodes a Variant::Map into a message.
#define QPID_COMMON_CLASS_EXTERN
ExchangeQueryResult(const std::string &_type, bool _durable, bool _notFound, const FieldTable &_arguments)
void decode(const Message &message, qpid::types::Variant::Map &map, const std::string &encoding=std::string())
Decodes message content into a Variant::Map.
#define QPID_COMMON_EXTERN