1 #ifndef QPID_FRAMING_FILEPROPERTIES_H
2 #define QPID_FRAMING_FILEPROPERTIES_H
40 std::string contentType;
41 std::string contentEncoding;
45 std::string messageId;
48 std::string clusterId;
53 const std::string& _contentType,
54 const std::string& _contentEncoding,
57 const std::string& _replyTo,
58 const std::string& _messageId,
59 const std::string& _filename,
61 const std::string& _clusterId) :
62 contentType(_contentType),
63 contentEncoding(_contentEncoding),
67 messageId(_messageId),
69 timestamp(_timestamp),
70 clusterId(_clusterId),
#define QPID_COMMON_EXTERN
void encode(const qpid::types::Variant::Map &map, Message &message, const std::string &encoding=std::string())
Encodes a Variant::Map into a message.
FileProperties(const std::string &_contentType, const std::string &_contentEncoding, const FieldTable &_headers, uint8_t _priority, const std::string &_replyTo, const std::string &_messageId, const std::string &_filename, uint64_t _timestamp, const std::string &_clusterId)
std::ostream & operator<<(std::ostream &, const Buffer &)
This file was automatically generated from the AMQP specification.
Definitions and full declarations of all types used in AMQP messages.
A set of name-value pairs.
#define QPID_COMMON_CLASS_EXTERN
void decode(const Message &message, qpid::types::Variant::Map &map, const std::string &encoding=std::string())
Decodes message content into a Variant::Map.