#include <qpid/framing/QueueQueryResult.h>
Definition at line 39 of file QueueQueryResult.h.
◆ QueueQueryResult() [1/2]
qpid::framing::QueueQueryResult::QueueQueryResult |
( |
const std::string & |
_queue, |
|
|
const std::string & |
_alternateExchange, |
|
|
bool |
_durable, |
|
|
bool |
_exclusive, |
|
|
bool |
_autoDelete, |
|
|
const FieldTable & |
_arguments, |
|
|
uint32_t |
_messageCount, |
|
|
uint32_t |
_subscriberCount |
|
) |
| |
|
inline |
◆ QueueQueryResult() [2/2]
qpid::framing::QueueQueryResult::QueueQueryResult |
( |
| ) |
|
|
inline |
◆ bodySize()
uint32_t qpid::framing::QueueQueryResult::bodySize |
( |
| ) |
const |
◆ clearAlternateExchangeFlag()
void qpid::framing::QueueQueryResult::clearAlternateExchangeFlag |
( |
| ) |
|
◆ clearArgumentsFlag()
void qpid::framing::QueueQueryResult::clearArgumentsFlag |
( |
| ) |
|
◆ clearMessageCountFlag()
void qpid::framing::QueueQueryResult::clearMessageCountFlag |
( |
| ) |
|
◆ clearQueueFlag()
void qpid::framing::QueueQueryResult::clearQueueFlag |
( |
| ) |
|
◆ clearSubscriberCountFlag()
void qpid::framing::QueueQueryResult::clearSubscriberCountFlag |
( |
| ) |
|
◆ decode()
void qpid::framing::QueueQueryResult::decode |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
◆ decodeStructBody()
void qpid::framing::QueueQueryResult::decodeStructBody |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
◆ encode()
void qpid::framing::QueueQueryResult::encode |
( |
Buffer & |
| ) |
const |
◆ encodedSize()
uint32_t qpid::framing::QueueQueryResult::encodedSize |
( |
| ) |
const |
◆ encodeStructBody()
void qpid::framing::QueueQueryResult::encodeStructBody |
( |
Buffer & |
| ) |
const |
◆ getAlternateExchange()
const std::string& qpid::framing::QueueQueryResult::getAlternateExchange |
( |
| ) |
const |
◆ getArguments() [1/2]
FieldTable& qpid::framing::QueueQueryResult::getArguments |
( |
| ) |
|
◆ getArguments() [2/2]
const FieldTable& qpid::framing::QueueQueryResult::getArguments |
( |
| ) |
const |
◆ getAutoDelete()
bool qpid::framing::QueueQueryResult::getAutoDelete |
( |
| ) |
const |
◆ getDurable()
bool qpid::framing::QueueQueryResult::getDurable |
( |
| ) |
const |
◆ getExclusive()
bool qpid::framing::QueueQueryResult::getExclusive |
( |
| ) |
const |
◆ getMessageCount()
uint32_t qpid::framing::QueueQueryResult::getMessageCount |
( |
| ) |
const |
◆ getQueue()
const std::string& qpid::framing::QueueQueryResult::getQueue |
( |
| ) |
const |
◆ getSubscriberCount()
uint32_t qpid::framing::QueueQueryResult::getSubscriberCount |
( |
| ) |
const |
◆ hasAlternateExchange()
bool qpid::framing::QueueQueryResult::hasAlternateExchange |
( |
| ) |
const |
◆ hasArguments()
bool qpid::framing::QueueQueryResult::hasArguments |
( |
| ) |
const |
◆ hasMessageCount()
bool qpid::framing::QueueQueryResult::hasMessageCount |
( |
| ) |
const |
◆ hasQueue()
bool qpid::framing::QueueQueryResult::hasQueue |
( |
| ) |
const |
◆ hasSubscriberCount()
bool qpid::framing::QueueQueryResult::hasSubscriberCount |
( |
| ) |
const |
◆ print()
void qpid::framing::QueueQueryResult::print |
( |
std::ostream & |
out | ) |
const |
◆ setAlternateExchange()
void qpid::framing::QueueQueryResult::setAlternateExchange |
( |
const std::string & |
_alternateExchange | ) |
|
◆ setArguments()
void qpid::framing::QueueQueryResult::setArguments |
( |
const FieldTable & |
_arguments | ) |
|
◆ setAutoDelete()
void qpid::framing::QueueQueryResult::setAutoDelete |
( |
bool |
_autoDelete | ) |
|
◆ setDurable()
void qpid::framing::QueueQueryResult::setDurable |
( |
bool |
_durable | ) |
|
◆ setExclusive()
void qpid::framing::QueueQueryResult::setExclusive |
( |
bool |
_exclusive | ) |
|
◆ setMessageCount()
void qpid::framing::QueueQueryResult::setMessageCount |
( |
uint32_t |
_messageCount | ) |
|
◆ setQueue()
void qpid::framing::QueueQueryResult::setQueue |
( |
const std::string & |
_queue | ) |
|
◆ setSubscriberCount()
void qpid::framing::QueueQueryResult::setSubscriberCount |
( |
uint32_t |
_subscriberCount | ) |
|
◆ TYPE
const uint16_t qpid::framing::QueueQueryResult::TYPE = 2049 |
|
static |
The documentation for this class was generated from the following file: