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 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 |
const_iterator | begin () const |
const_iterator | end () const |
iterator | begin () |
iterator | end () |
ValuePtr | front () const |
ValuePtr | back () const |
size_t | size () const |
iterator | insert (iterator i, ValuePtr value) |
void | erase (iterator i) |
void | push_back (ValuePtr value) |
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 |
const_iterator qpid::framing::List::begin | ( | ) | const [inline] |
void qpid::framing::List::decode | ( | Buffer & | buffer | ) |
void qpid::framing::List::encode | ( | Buffer & | buffer | ) | const |
uint32_t qpid::framing::List::encodedSize | ( | ) | const |
const_iterator qpid::framing::List::end | ( | ) | const [inline] |
Definition at line 57 of file List.h.
Referenced by push_back().
bool qpid::framing::List::operator== | ( | const List & | other | ) | const |
void qpid::framing::List::push_back | ( | ValuePtr | value | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | out, |
const List & | list | ||
) | [friend] |