Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Provides a view of message content as a list. More...
#include <qpid/messaging/MapView.h>
Public Types | |
typedef std::string | key_type |
typedef std::pair< key_type, Variant > | value_type |
typedef std::map< key_type, Variant >::const_iterator | const_iterator |
typedef std::map< key_type, Variant > ::const_reverse_iterator | const_reverse_iterator |
Public Member Functions | |
MapView (const Message &) | |
~MapView () | |
MapView & | operator= (const MapView &) |
const_iterator | begin () const |
const_iterator | end () const |
const_reverse_iterator | rbegin () const |
const_reverse_iterator | rend () const |
bool | empty () const |
size_t | size () const |
const_iterator | find (const key_type &) const |
const Variant & | operator[] (const key_type &) const |
const std::map< key_type, Variant > & | asMap () const |
Provides a view of message content as a list.
Definition at line 38 of file MapView.h.
typedef std::map<key_type, Variant>::const_iterator qpid::messaging::MapView::const_iterator |
typedef std::map<key_type, Variant>::const_reverse_iterator qpid::messaging::MapView::const_reverse_iterator |
typedef std::string qpid::messaging::MapView::key_type |
typedef std::pair<key_type, Variant> qpid::messaging::MapView::value_type |
qpid::messaging::MapView::MapView | ( | const Message & | ) |
qpid::messaging::MapView::~MapView | ( | ) |
const_iterator qpid::messaging::MapView::begin | ( | ) | const |
bool qpid::messaging::MapView::empty | ( | ) | const |
const_iterator qpid::messaging::MapView::end | ( | ) | const |
const_iterator qpid::messaging::MapView::find | ( | const key_type & | ) | const |
const_reverse_iterator qpid::messaging::MapView::rbegin | ( | ) | const |
const_reverse_iterator qpid::messaging::MapView::rend | ( | ) | const |
size_t qpid::messaging::MapView::size | ( | ) | const |