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