bodySize() const | qpid::framing::QueueQueryResult | |
clearAlternateExchangeFlag() | qpid::framing::QueueQueryResult | |
clearArgumentsFlag() | qpid::framing::QueueQueryResult | |
clearMessageCountFlag() | qpid::framing::QueueQueryResult | |
clearQueueFlag() | qpid::framing::QueueQueryResult | |
clearSubscriberCountFlag() | qpid::framing::QueueQueryResult | |
decode(Buffer &, uint32_t=0) | qpid::framing::QueueQueryResult | |
decodeStructBody(Buffer &, uint32_t=0) | qpid::framing::QueueQueryResult | |
encode(Buffer &) const | qpid::framing::QueueQueryResult | |
encodedSize() const | qpid::framing::QueueQueryResult | |
encodeStructBody(Buffer &) const | qpid::framing::QueueQueryResult | |
getAlternateExchange() const | qpid::framing::QueueQueryResult | |
getArguments() const | qpid::framing::QueueQueryResult | |
getArguments() | qpid::framing::QueueQueryResult | |
getAutoDelete() const | qpid::framing::QueueQueryResult | |
getDurable() const | qpid::framing::QueueQueryResult | |
getExclusive() const | qpid::framing::QueueQueryResult | |
getMessageCount() const | qpid::framing::QueueQueryResult | |
getQueue() const | qpid::framing::QueueQueryResult | |
getSubscriberCount() const | qpid::framing::QueueQueryResult | |
hasAlternateExchange() const | qpid::framing::QueueQueryResult | |
hasArguments() const | qpid::framing::QueueQueryResult | |
hasMessageCount() const | qpid::framing::QueueQueryResult | |
hasQueue() const | qpid::framing::QueueQueryResult | |
hasSubscriberCount() const | qpid::framing::QueueQueryResult | |
operator<<(std::ostream &, const QueueQueryResult &) | qpid::framing::QueueQueryResult | friend |
print(std::ostream &out) const | 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) | qpid::framing::QueueQueryResult | inline |
QueueQueryResult() | qpid::framing::QueueQueryResult | inline |
setAlternateExchange(const std::string &_alternateExchange) | qpid::framing::QueueQueryResult | |
setArguments(const FieldTable &_arguments) | qpid::framing::QueueQueryResult | |
setAutoDelete(bool _autoDelete) | qpid::framing::QueueQueryResult | |
setDurable(bool _durable) | qpid::framing::QueueQueryResult | |
setExclusive(bool _exclusive) | qpid::framing::QueueQueryResult | |
setMessageCount(uint32_t _messageCount) | qpid::framing::QueueQueryResult | |
setQueue(const std::string &_queue) | qpid::framing::QueueQueryResult | |
setSubscriberCount(uint32_t _subscriberCount) | qpid::framing::QueueQueryResult | |
TYPE | qpid::framing::QueueQueryResult | static |