#include <qpid/framing/ReplyTo.h>
List of all members.
Detailed Description
Definition at line 38 of file ReplyTo.h.
Constructor & Destructor Documentation
qpid::framing::ReplyTo::ReplyTo |
( |
const string & |
_exchange, |
|
|
const string & |
_routingKey | |
|
) |
| | [inline] |
qpid::framing::ReplyTo::ReplyTo |
( |
|
) |
[inline] |
Member Function Documentation
uint32_t qpid::framing::ReplyTo::bodySize |
( |
|
) |
const |
void qpid::framing::ReplyTo::clearExchangeFlag |
( |
|
) |
|
void qpid::framing::ReplyTo::clearRoutingKeyFlag |
( |
|
) |
|
void qpid::framing::ReplyTo::decodeStructBody |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 | |
|
) |
| | |
void qpid::framing::ReplyTo::encode |
( |
Buffer & |
|
) |
const |
uint32_t qpid::framing::ReplyTo::encodedSize |
( |
|
) |
const |
void qpid::framing::ReplyTo::encodeStructBody |
( |
Buffer & |
|
) |
const |
const string& qpid::framing::ReplyTo::getExchange |
( |
|
) |
const |
const string& qpid::framing::ReplyTo::getRoutingKey |
( |
|
) |
const |
bool qpid::framing::ReplyTo::hasExchange |
( |
|
) |
const |
bool qpid::framing::ReplyTo::hasRoutingKey |
( |
|
) |
const |
void qpid::framing::ReplyTo::print |
( |
std::ostream & |
out |
) |
const |
void qpid::framing::ReplyTo::setExchange |
( |
const string & |
_exchange |
) |
|
void qpid::framing::ReplyTo::setRoutingKey |
( |
const string & |
_routingKey |
) |
|
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const ReplyTo & |
| |
|
) |
| | [friend] |
The documentation for this class was generated from the following file: