Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/framing/Header.h>
Public Member Functions | |
Header (bool _sync) | |
Header () | |
void | setSync (bool _sync) |
bool | getSync () const |
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 |
Friends | |
std::ostream & | operator<< (std::ostream &, const Header &) |
qpid::framing::Header::Header | ( | bool | _sync | ) | [inline] |
qpid::framing::Header::Header | ( | ) | [inline] |
uint32_t qpid::framing::Header::bodySize | ( | ) | const |
void qpid::framing::Header::decode | ( | Buffer & | , |
uint32_t | = 0 |
||
) |
void qpid::framing::Header::decodeStructBody | ( | Buffer & | , |
uint32_t | = 0 |
||
) |
void qpid::framing::Header::encode | ( | Buffer & | ) | const |
uint32_t qpid::framing::Header::encodedSize | ( | ) | const |
void qpid::framing::Header::encodeStructBody | ( | Buffer & | ) | const |
bool qpid::framing::Header::getSync | ( | ) | const |
void qpid::framing::Header::print | ( | std::ostream & | out | ) | const |
void qpid::framing::Header::setSync | ( | bool | _sync | ) |
Referenced by Header().
std::ostream& operator<< | ( | std::ostream & | , |
const Header & | |||
) | [friend] |