Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Classes | |
class | MapCodec |
Codec for encoding/decoding a map of Variants using the AMQP 0-10 map encoding. More... | |
class | ListCodec |
Codec for encoding/decoding a list of Variants using the AMQP 0-10 list encoding. More... |
Functions | |
void | translate (const qpid::types::Variant::Map &from, qpid::framing::FieldTable &to) |
void | translate (const qpid::types::Variant::Map &from, const std::string &efield, const qpid::types::Variant &evalue, qpid::framing::FieldTable &to) |
void | translate (const qpid::framing::FieldTable &from, qpid::types::Variant::Map &to) |
void | translate (const boost::shared_ptr< qpid::framing::FieldValue > from, qpid::types::Variant &to) |
void | translate (const types::Variant &from, boost::shared_ptr< qpid::framing::FieldValue > to) |
void qpid::amqp_0_10::translate | ( | const qpid::types::Variant::Map & | from, |
qpid::framing::FieldTable & | to | ||
) |
void qpid::amqp_0_10::translate | ( | const qpid::types::Variant::Map & | from, |
const std::string & | efield, | ||
const qpid::types::Variant & | evalue, | ||
qpid::framing::FieldTable & | to | ||
) |
void qpid::amqp_0_10::translate | ( | const qpid::framing::FieldTable & | from, |
qpid::types::Variant::Map & | to | ||
) |
void qpid::amqp_0_10::translate | ( | const boost::shared_ptr< qpid::framing::FieldValue > | from, |
qpid::types::Variant & | to | ||
) |
void qpid::amqp_0_10::translate | ( | const types::Variant & | from, |
boost::shared_ptr< qpid::framing::FieldValue > | to | ||
) |