#include <qpid/framing/ReplyTo.h>
Definition at line 39 of file ReplyTo.h.
§ ReplyTo() [1/2]
qpid::framing::ReplyTo::ReplyTo |
( |
const std::string & |
_exchange, |
|
|
const std::string & |
_routingKey |
|
) |
| |
|
inline |
§ ReplyTo() [2/2]
qpid::framing::ReplyTo::ReplyTo |
( |
| ) |
|
|
inline |
§ bodySize()
uint32_t qpid::framing::ReplyTo::bodySize |
( |
| ) |
const |
§ clearExchangeFlag()
void qpid::framing::ReplyTo::clearExchangeFlag |
( |
| ) |
|
§ clearRoutingKeyFlag()
void qpid::framing::ReplyTo::clearRoutingKeyFlag |
( |
| ) |
|
§ decode()
void qpid::framing::ReplyTo::decode |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
§ decodeStructBody()
void qpid::framing::ReplyTo::decodeStructBody |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
§ encode()
void qpid::framing::ReplyTo::encode |
( |
Buffer & |
| ) |
const |
§ encodedSize()
uint32_t qpid::framing::ReplyTo::encodedSize |
( |
| ) |
const |
§ encodeStructBody()
void qpid::framing::ReplyTo::encodeStructBody |
( |
Buffer & |
| ) |
const |
§ getExchange()
const std::string& qpid::framing::ReplyTo::getExchange |
( |
| ) |
const |
§ getRoutingKey()
const std::string& qpid::framing::ReplyTo::getRoutingKey |
( |
| ) |
const |
§ hasExchange()
bool qpid::framing::ReplyTo::hasExchange |
( |
| ) |
const |
§ hasRoutingKey()
bool qpid::framing::ReplyTo::hasRoutingKey |
( |
| ) |
const |
§ print()
void qpid::framing::ReplyTo::print |
( |
std::ostream & |
out | ) |
const |
§ setExchange()
void qpid::framing::ReplyTo::setExchange |
( |
const std::string & |
_exchange | ) |
|
§ setRoutingKey()
void qpid::framing::ReplyTo::setRoutingKey |
( |
const std::string & |
_routingKey | ) |
|
§ operator<<
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const ReplyTo & |
|
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: