qpid::framing::Xid Class Reference
#include <qpid/framing/Xid.h>
List of all members.
Detailed Description
Definition at line 39 of file Xid.h.
Constructor & Destructor Documentation
qpid::framing::Xid::Xid |
( |
uint32_t |
_format, |
|
|
const std::string & |
_globalId, |
|
|
const std::string & |
_branchId | |
|
) |
| | [inline] |
Definition at line 46 of file Xid.h.
qpid::framing::Xid::Xid |
( |
|
) |
[inline] |
Definition at line 60 of file Xid.h.
Member Function Documentation
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::decode |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 | |
|
) |
| | |
void qpid::framing::Xid::decodeStructBody |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 | |
|
) |
| | |
void qpid::framing::Xid::encode |
( |
Buffer & |
|
) |
const |
uint32_t qpid::framing::Xid::encodedSize |
( |
|
) |
const |
void qpid::framing::Xid::encodeStructBody |
( |
Buffer & |
|
) |
const |
const std::string& qpid::framing::Xid::getBranchId |
( |
|
) |
const |
uint32_t qpid::framing::Xid::getFormat |
( |
|
) |
const |
const std::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 std::string & |
_branchId |
) |
|
void qpid::framing::Xid::setFormat |
( |
uint32_t |
_format |
) |
|
void qpid::framing::Xid::setGlobalId |
( |
const std::string & |
_globalId |
) |
|
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
, |
|
|
const Xid & |
| |
|
) |
| | [friend] |
Member Data Documentation
Definition at line 45 of file Xid.h.
The documentation for this class was generated from the following file: