qpid::framing::ExchangeQueryResult Class Reference
#include <qpid/framing/ExchangeQueryResult.h>
List of all members.
Detailed Description
Definition at line 38 of file ExchangeQueryResult.h.
Constructor & Destructor Documentation
qpid::framing::ExchangeQueryResult::ExchangeQueryResult |
( |
const string & |
_type, |
|
|
bool |
_durable, |
|
|
bool |
_notFound, |
|
|
const FieldTable & |
_arguments | |
|
) |
| | [inline] |
qpid::framing::ExchangeQueryResult::ExchangeQueryResult |
( |
|
) |
[inline] |
Member Function Documentation
uint32_t qpid::framing::ExchangeQueryResult::bodySize |
( |
|
) |
const |
void qpid::framing::ExchangeQueryResult::clearArgumentsFlag |
( |
|
) |
|
void qpid::framing::ExchangeQueryResult::clearTypeFlag |
( |
|
) |
|
void qpid::framing::ExchangeQueryResult::decode |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 | |
|
) |
| | |
void qpid::framing::ExchangeQueryResult::decodeStructBody |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 | |
|
) |
| | |
void qpid::framing::ExchangeQueryResult::encode |
( |
Buffer & |
|
) |
const |
uint32_t qpid::framing::ExchangeQueryResult::encodedSize |
( |
|
) |
const |
void qpid::framing::ExchangeQueryResult::encodeStructBody |
( |
Buffer & |
|
) |
const |
FieldTable& qpid::framing::ExchangeQueryResult::getArguments |
( |
|
) |
|
const FieldTable& qpid::framing::ExchangeQueryResult::getArguments |
( |
|
) |
const |
bool qpid::framing::ExchangeQueryResult::getDurable |
( |
|
) |
const |
bool qpid::framing::ExchangeQueryResult::getNotFound |
( |
|
) |
const |
const string& qpid::framing::ExchangeQueryResult::getType |
( |
|
) |
const |
bool qpid::framing::ExchangeQueryResult::hasArguments |
( |
|
) |
const |
bool qpid::framing::ExchangeQueryResult::hasType |
( |
|
) |
const |
void qpid::framing::ExchangeQueryResult::print |
( |
std::ostream & |
out |
) |
const |
void qpid::framing::ExchangeQueryResult::setArguments |
( |
const FieldTable & |
_arguments |
) |
|
void qpid::framing::ExchangeQueryResult::setDurable |
( |
bool |
_durable |
) |
|
void qpid::framing::ExchangeQueryResult::setNotFound |
( |
bool |
_notFound |
) |
|
void qpid::framing::ExchangeQueryResult::setType |
( |
const string & |
_type |
) |
|
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: