#include <qpid/framing/FragmentProperties.h>
Definition at line 39 of file FragmentProperties.h.
qpid::framing::FragmentProperties::FragmentProperties |
( |
bool |
_first, |
|
|
bool |
_last, |
|
|
uint64_t |
_fragmentSize |
|
) |
| |
|
inline |
qpid::framing::FragmentProperties::FragmentProperties |
( |
| ) |
|
|
inline |
uint32_t qpid::framing::FragmentProperties::bodySize |
( |
| ) |
const |
void qpid::framing::FragmentProperties::clearFragmentSizeFlag |
( |
| ) |
|
void qpid::framing::FragmentProperties::decode |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
void qpid::framing::FragmentProperties::decodeStructBody |
( |
Buffer & |
, |
|
|
uint32_t |
= 0 |
|
) |
| |
void qpid::framing::FragmentProperties::encode |
( |
Buffer & |
| ) |
const |
uint32_t qpid::framing::FragmentProperties::encodedSize |
( |
| ) |
const |
void qpid::framing::FragmentProperties::encodeStructBody |
( |
Buffer & |
| ) |
const |
bool qpid::framing::FragmentProperties::getFirst |
( |
| ) |
const |
uint64_t qpid::framing::FragmentProperties::getFragmentSize |
( |
| ) |
const |
bool qpid::framing::FragmentProperties::getLast |
( |
| ) |
const |
bool qpid::framing::FragmentProperties::hasFragmentSize |
( |
| ) |
const |
void qpid::framing::FragmentProperties::print |
( |
std::ostream & |
out | ) |
const |
void qpid::framing::FragmentProperties::setFirst |
( |
bool |
_first | ) |
|
void qpid::framing::FragmentProperties::setFragmentSize |
( |
uint64_t |
_fragmentSize | ) |
|
void qpid::framing::FragmentProperties::setLast |
( |
bool |
_last | ) |
|
const uint16_t qpid::framing::FragmentProperties::TYPE = 1026 |
|
static |
The documentation for this class was generated from the following file: