1 #ifndef QPID_FRAMING_EXCHANGEBOUNDRESULT_H
2 #define QPID_FRAMING_EXCHANGEBOUNDRESULT_H
44 bool _exchangeNotFound,
46 bool _queueNotMatched,
48 bool _argsNotMatched) :
50 setExchangeNotFound(_exchangeNotFound);
51 setQueueNotFound(_queueNotFound);
52 setQueueNotMatched(_queueNotMatched);
53 setKeyNotMatched(_keyNotMatched);
54 setArgsNotMatched(_argsNotMatched);
#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.
ExchangeBoundResult(bool _exchangeNotFound, bool _queueNotFound, bool _queueNotMatched, bool _keyNotMatched, bool _argsNotMatched)
std::ostream & operator<<(std::ostream &, const Buffer &)
This file was automatically generated from the AMQP specification.
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.