RMQ - RabbitMQ C++ Library
Public Member Functions | List of all members
BloombergLP::rmqt::FieldTable Struct Reference

Represents AMQP 0.9.1 Field Table (dict of FieldValues) More...

#include <rmqt_fieldvalue.h>

Inheritance diagram for BloombergLP::rmqt::FieldTable:
Inheritance graph
[legend]
Collaboration diagram for BloombergLP::rmqt::FieldTable:
Collaboration graph
[legend]

Public Member Functions

 FieldTable (const bsl::map< bsl::string, FieldValue > &t)
 
bsl::ostream & print (bsl::ostream &stream, int level, int spacesPerLevel) const
 

Detailed Description

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


The documentation for this struct was generated from the following files: