1 #ifndef QPID_MESSAGING_MESSAGE_H
2 #define QPID_MESSAGING_MESSAGE_H
203 friend struct MessageImplAccess;
222 const std::string& encoding = std::string());
234 const std::string& encoding = std::string());
246 const std::string& encoding = std::string());
258 const std::string& encoding = std::string());
A duration is a time in milliseconds.
#define QPID_MESSAGING_EXTERN
Represents a value of variable type.
std::list< Variant > List
void decode(const Message &message, qpid::types::Variant::Map &map, const std::string &encoding=std::string())
Decodes message content into a Variant::Map.
#define QPID_MESSAGING_CLASS_EXTERN
Representation of a message.
Represents an address to which messages can be sent and from which messages can be received...
std::map< std::string, Variant > Map
void encode(const qpid::types::Variant::Map &map, Message &message, const std::string &encoding=std::string())
Encodes a Variant::Map into a message.