Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
Representation of an AMQP 0-10 list. More...
#include <qpid/framing/List.h>
Public Types | |
typedef boost::shared_ptr < FieldValue > | ValuePtr |
typedef ValuePtr | value_type |
typedef std::list< ValuePtr > | Values |
typedef Values::const_iterator | const_iterator |
typedef Values::iterator | iterator |
typedef Values::const_reference | const_reference |
typedef Values::reference | reference |
Public Member Functions | |
uint32_t | encodedSize () const |
void | encode (Buffer &buffer) const |
void | decode (Buffer &buffer) |
bool | operator== (const List &other) const |
QPID_COMMON_INLINE_EXTERN const_iterator | begin () const |
QPID_COMMON_INLINE_EXTERN const_iterator | end () const |
QPID_COMMON_INLINE_EXTERN iterator | begin () |
QPID_COMMON_INLINE_EXTERN iterator | end () |
QPID_COMMON_INLINE_EXTERN ValuePtr | front () const |
QPID_COMMON_INLINE_EXTERN ValuePtr | back () const |
QPID_COMMON_INLINE_EXTERN size_t | size () const |
QPID_COMMON_INLINE_EXTERN iterator | insert (iterator i, ValuePtr value) |
QPID_COMMON_INLINE_EXTERN void | erase (iterator i) |
QPID_COMMON_INLINE_EXTERN void | push_back (ValuePtr value) |
QPID_COMMON_INLINE_EXTERN void | pop_back () |
Friends | |
std::ostream & | operator<< (std::ostream &out, const List &list) |
typedef Values::const_iterator qpid::framing::List::const_iterator |
typedef Values::const_reference qpid::framing::List::const_reference |
typedef Values::iterator qpid::framing::List::iterator |
typedef Values::reference qpid::framing::List::reference |
typedef boost::shared_ptr<FieldValue> qpid::framing::List::ValuePtr |
typedef std::list<ValuePtr> qpid::framing::List::Values |
|
inline |
|
inline |
|
inline |
void qpid::framing::List::decode | ( | Buffer & | buffer | ) |
void qpid::framing::List::encode | ( | Buffer & | buffer | ) | const |
uint32_t qpid::framing::List::encodedSize | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool qpid::framing::List::operator== | ( | const List & | other | ) | const |
|
inline |
|
inline |
|
inline |
|
friend |