#include <qpid/framing/ExchangeBoundResult.h>
Definition at line 39 of file ExchangeBoundResult.h.
◆ ExchangeBoundResult() [1/2]
qpid::framing::ExchangeBoundResult::ExchangeBoundResult |
( |
bool |
_exchangeNotFound, |
|
|
bool |
_queueNotFound, |
|
|
bool |
_queueNotMatched, |
|
|
bool |
_keyNotMatched, |
|
|
bool |
_argsNotMatched |
|
) |
| |
|
inline |
◆ ExchangeBoundResult() [2/2]
qpid::framing::ExchangeBoundResult::ExchangeBoundResult |
( |
| ) |
|
|
inline |
◆ bodySize()
uint32_t qpid::framing::ExchangeBoundResult::bodySize |
( |
| ) |
const |
◆ decode()
void qpid::framing::ExchangeBoundResult::decode |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
◆ decodeStructBody()
void qpid::framing::ExchangeBoundResult::decodeStructBody |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
◆ encode()
void qpid::framing::ExchangeBoundResult::encode |
( |
Buffer & |
| ) |
const |
◆ encodedSize()
uint32_t qpid::framing::ExchangeBoundResult::encodedSize |
( |
| ) |
const |
◆ encodeStructBody()
void qpid::framing::ExchangeBoundResult::encodeStructBody |
( |
Buffer & |
| ) |
const |
◆ getArgsNotMatched()
bool qpid::framing::ExchangeBoundResult::getArgsNotMatched |
( |
| ) |
const |
◆ getExchangeNotFound()
bool qpid::framing::ExchangeBoundResult::getExchangeNotFound |
( |
| ) |
const |
◆ getKeyNotMatched()
bool qpid::framing::ExchangeBoundResult::getKeyNotMatched |
( |
| ) |
const |
◆ getQueueNotFound()
bool qpid::framing::ExchangeBoundResult::getQueueNotFound |
( |
| ) |
const |
◆ getQueueNotMatched()
bool qpid::framing::ExchangeBoundResult::getQueueNotMatched |
( |
| ) |
const |
◆ print()
void qpid::framing::ExchangeBoundResult::print |
( |
std::ostream & |
out | ) |
const |
◆ setArgsNotMatched()
void qpid::framing::ExchangeBoundResult::setArgsNotMatched |
( |
bool |
_argsNotMatched | ) |
|
◆ setExchangeNotFound()
void qpid::framing::ExchangeBoundResult::setExchangeNotFound |
( |
bool |
_exchangeNotFound | ) |
|
◆ setKeyNotMatched()
void qpid::framing::ExchangeBoundResult::setKeyNotMatched |
( |
bool |
_keyNotMatched | ) |
|
◆ setQueueNotFound()
void qpid::framing::ExchangeBoundResult::setQueueNotFound |
( |
bool |
_queueNotFound | ) |
|
◆ setQueueNotMatched()
void qpid::framing::ExchangeBoundResult::setQueueNotMatched |
( |
bool |
_queueNotMatched | ) |
|
◆ TYPE
const uint16_t qpid::framing::ExchangeBoundResult::TYPE = 1794 |
|
static |
The documentation for this class was generated from the following file: