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