Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
typedef uint8_t qpid::framing::FrameType |
Definition at line 36 of file amqp_types.h.
typedef uint16_t qpid::framing::ChannelId |
Definition at line 37 of file amqp_types.h.
typedef uint32_t qpid::framing::BatchOffset |
Definition at line 38 of file amqp_types.h.
typedef uint8_t qpid::framing::ClassId |
Definition at line 39 of file amqp_types.h.
typedef uint8_t qpid::framing::MethodId |
Definition at line 40 of file amqp_types.h.
typedef uint16_t qpid::framing::ReplyCode |
Definition at line 41 of file amqp_types.h.
Definition at line 433 of file FieldValue.h.
Definition at line 34 of file constants.h.
enum qpid::framing::Track |
Definition at line 36 of file TypeCode.h.
std::ostream& qpid::framing::operator<< | ( | std::ostream & | , | |
const Buffer & | ||||
) |
bool qpid::framing::FieldValue::convertsTo< std::string > | ( | ) | const [inline] |
std::string qpid::framing::FieldValue::get< std::string > | ( | ) | const [inline] |
std::ostream& qpid::framing::operator<< | ( | std::ostream & | out, | |
const FieldValue & | v | |||
) | [inline] |
bool qpid::framing::getEncodedValue | ( | FieldTable::ValuePtr | vptr, | |
T & | value | |||
) |
Definition at line 447 of file FieldValue.h.
References qpid::framing::EncodedValue< T >::getValue().
sys::ExceptionHolder qpid::framing::createSessionException | ( | int | code, | |
const std::string & | text | |||
) |
sys::ExceptionHolder qpid::framing::createConnectionException | ( | int | code, | |
const std::string & | text | |||
) |
sys::ExceptionHolder qpid::framing::createChannelException | ( | int | code, | |
const std::string & | text | |||
) |
int32_t qpid::framing::operator- | ( | const SequenceNumber & | a, | |
const SequenceNumber & | b | |||
) | [inline] |
std::ostream& qpid::framing::operator<< | ( | std::ostream & | o, | |
const SequenceNumber & | n | |||
) |
bool qpid::framing::isTypeCode | ( | uint8_t | t | ) |
True if t is a valid TypeCode value.
const char* qpid::framing::typeName | ( | TypeCode | t | ) |
std::ostream& qpid::framing::operator<< | ( | std::ostream & | , | |
TypeCode | ||||
) |
std::ostream& qpid::framing::operator<< | ( | std::ostream & | , | |
Uuid | ||||
) |
Print in format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.
std::istream& qpid::framing::operator>> | ( | std::istream & | , | |
Uuid & | ||||
) |
Read from format 1b4e28ba-2fa1-11d2-883f-b9a761bde3fb.
const ChannelId qpid::framing::CHANNEL_MAX = (ChannelId(~1))>>1 |
Maximum channel ID used by broker.
Reserve high bit for internal use.
Definition at line 52 of file amqp_types.h.
Definition at line 53 of file amqp_types.h.