qpid::framing::List Class Reference
Representation of an AMQP 0-10 list.
More...
#include <qpid/framing/List.h>
List of all members.
Detailed Description
Representation of an AMQP 0-10 list.
Definition at line 39 of file List.h.
Member Typedef Documentation
Member Function Documentation
ValuePtr qpid::framing::List::back |
( |
|
) |
const [inline] |
iterator qpid::framing::List::begin |
( |
|
) |
[inline] |
void qpid::framing::List::decode |
( |
Buffer & |
buffer |
) |
|
void qpid::framing::List::encode |
( |
Buffer & |
buffer |
) |
const |
uint32_t qpid::framing::List::encodedSize |
( |
|
) |
const |
iterator qpid::framing::List::end |
( |
|
) |
[inline] |
void qpid::framing::List::erase |
( |
iterator |
i |
) |
[inline] |
ValuePtr qpid::framing::List::front |
( |
|
) |
const [inline] |
bool qpid::framing::List::operator== |
( |
const List & |
other |
) |
const |
void qpid::framing::List::pop_back |
( |
|
) |
[inline] |
void qpid::framing::List::push_back |
( |
ValuePtr |
value |
) |
[inline] |
size_t qpid::framing::List::size |
( |
|
) |
const [inline] |
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const List & |
list | |
|
) |
| | [friend] |
The documentation for this class was generated from the following file: