Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include "qpid/messaging/ImportExport.h"
#include "qpid/messaging/Duration.h"
#include "qpid/types/Exception.h"
#include "qpid/types/Variant.h"
#include <string>
Go to the source code of this file.
Classes | |
class | qpid::messaging::Message |
Representation of a message. More... | |
struct | qpid::messaging::EncodingException |
Namespaces | |
namespace | qpid |
This file was automatically generated from the AMQP specification. | |
namespace | qpid::messaging |
Functions | |
void | qpid::messaging::decode (const Message &message, qpid::types::Variant::Map &map, const std::string &encoding=std::string()) |
Decodes message content into a Variant::Map. | |
void | qpid::messaging::decode (const Message &message, qpid::types::Variant::List &list, const std::string &encoding=std::string()) |
Decodes message content into a Variant::List. | |
void | qpid::messaging::encode (const qpid::types::Variant::Map &map, Message &message, const std::string &encoding=std::string()) |
Encodes a Variant::Map into a message. | |
void | qpid::messaging::encode (const qpid::types::Variant::List &list, Message &message, const std::string &encoding=std::string()) |
Encodes a Variant::List into a message. |