Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/framing/Xid.h>
Public Member Functions | |
Xid (uint32_t _format, const string &_globalId, const string &_branchId) | |
Xid () | |
void | setFormat (uint32_t _format) |
uint32_t | getFormat () const |
bool | hasFormat () const |
void | clearFormatFlag () |
void | setGlobalId (const string &_globalId) |
const string & | getGlobalId () const |
bool | hasGlobalId () const |
void | clearGlobalIdFlag () |
void | setBranchId (const string &_branchId) |
const string & | getBranchId () const |
bool | hasBranchId () const |
void | clearBranchIdFlag () |
void | encode (Buffer &) const |
void | decode (Buffer &, uint32_t=0) |
void | encodeStructBody (Buffer &) const |
void | decodeStructBody (Buffer &, uint32_t=0) |
uint32_t | encodedSize () const |
uint32_t | bodySize () const |
void | print (std::ostream &out) const |
Static Public Attributes | |
static const uint16_t | TYPE = 1540 |
Friends | |
std::ostream & | operator<< (std::ostream &, const Xid &) |
Definition at line 38 of file Xid.h.
qpid::framing::Xid::Xid | ( | uint32_t | _format, | |
const string & | _globalId, | |||
const string & | _branchId | |||
) | [inline] |
uint32_t qpid::framing::Xid::bodySize | ( | ) | const |
void qpid::framing::Xid::clearBranchIdFlag | ( | ) |
void qpid::framing::Xid::clearFormatFlag | ( | ) |
void qpid::framing::Xid::clearGlobalIdFlag | ( | ) |
void qpid::framing::Xid::encode | ( | Buffer & | ) | const |
uint32_t qpid::framing::Xid::encodedSize | ( | ) | const |
void qpid::framing::Xid::encodeStructBody | ( | Buffer & | ) | const |
const string& qpid::framing::Xid::getBranchId | ( | ) | const |
uint32_t qpid::framing::Xid::getFormat | ( | ) | const |
const string& qpid::framing::Xid::getGlobalId | ( | ) | const |
bool qpid::framing::Xid::hasBranchId | ( | ) | const |
bool qpid::framing::Xid::hasFormat | ( | ) | const |
bool qpid::framing::Xid::hasGlobalId | ( | ) | const |
void qpid::framing::Xid::print | ( | std::ostream & | out | ) | const |
void qpid::framing::Xid::setBranchId | ( | const string & | _branchId | ) |
void qpid::framing::Xid::setFormat | ( | uint32_t | _format | ) |
void qpid::framing::Xid::setGlobalId | ( | const string & | _globalId | ) |
std::ostream& operator<< | ( | std::ostream & | , | |
const Xid & | ||||
) | [friend] |
const uint16_t qpid::framing::Xid::TYPE = 1540 [static] |