|
RMQ - RabbitMQ C++ Library
|
Represents AMQP 0.9.1 Field Table (dict of FieldValues)
More...
#include <rmqt_fieldvalue.h>


Public Member Functions | |
| FieldTable (const bsl::map< bsl::string, FieldValue > &t) | |
| bsl::ostream & | print (bsl::ostream &stream, int level, int spacesPerLevel) const |
Represents AMQP 0.9.1 Field Table (dict of FieldValues)
Once constructed, a FieldTable should behave/be treated like a map<string, FieldValue>. The table keys will be truncated when serialised to AMQP if they are more than 255 characters long