#include <qpid/framing/Xid.h>
Definition at line 39 of file Xid.h.
◆ Xid() [1/2]
qpid::framing::Xid::Xid |
( |
uint32_t |
_format, |
|
|
const std::string & |
_globalId, |
|
|
const std::string & |
_branchId |
|
) |
| |
|
inline |
Definition at line 46 of file Xid.h.
◆ Xid() [2/2]
qpid::framing::Xid::Xid |
( |
| ) |
|
|
inline |
Definition at line 60 of file Xid.h.
◆ bodySize()
uint32_t qpid::framing::Xid::bodySize |
( |
| ) |
const |
◆ clearBranchIdFlag()
void qpid::framing::Xid::clearBranchIdFlag |
( |
| ) |
|
◆ clearFormatFlag()
void qpid::framing::Xid::clearFormatFlag |
( |
| ) |
|
◆ clearGlobalIdFlag()
void qpid::framing::Xid::clearGlobalIdFlag |
( |
| ) |
|
◆ decode()
void qpid::framing::Xid::decode |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
◆ decodeStructBody()
void qpid::framing::Xid::decodeStructBody |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
◆ encode()
void qpid::framing::Xid::encode |
( |
Buffer & |
| ) |
const |
◆ encodedSize()
uint32_t qpid::framing::Xid::encodedSize |
( |
| ) |
const |
◆ encodeStructBody()
void qpid::framing::Xid::encodeStructBody |
( |
Buffer & |
| ) |
const |
◆ getBranchId()
const std::string& qpid::framing::Xid::getBranchId |
( |
| ) |
const |
◆ getFormat()
uint32_t qpid::framing::Xid::getFormat |
( |
| ) |
const |
◆ getGlobalId()
const std::string& qpid::framing::Xid::getGlobalId |
( |
| ) |
const |
◆ hasBranchId()
bool qpid::framing::Xid::hasBranchId |
( |
| ) |
const |
◆ hasFormat()
bool qpid::framing::Xid::hasFormat |
( |
| ) |
const |
◆ hasGlobalId()
bool qpid::framing::Xid::hasGlobalId |
( |
| ) |
const |
◆ print()
void qpid::framing::Xid::print |
( |
std::ostream & |
out | ) |
const |
◆ setBranchId()
void qpid::framing::Xid::setBranchId |
( |
const std::string & |
_branchId | ) |
|
◆ setFormat()
void qpid::framing::Xid::setFormat |
( |
uint32_t |
_format | ) |
|
◆ setGlobalId()
void qpid::framing::Xid::setGlobalId |
( |
const std::string & |
_globalId | ) |
|
◆ TYPE
const uint16_t qpid::framing::Xid::TYPE = 1540 |
|
static |
Definition at line 45 of file Xid.h.
The documentation for this class was generated from the following file: