| Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/framing/FieldValue.h>
Public Member Functions | |
| UuidData () | |
| UuidData (const unsigned char *bytes) | |
| bool | convertsToString () const |
| std::string | getString () const |
| uint32_t | encodedSize () const |
| void | encode (Buffer &buffer) |
| void | decode (Buffer &buffer) |
| bool | operator== (const Data &d) const |
| virtual bool | operator== (const Data &) const =0 |
| bool | convertsToInt () const |
| int64_t | getInt () const |
| uint8_t * | rawOctets () |
| const uint8_t * | rawOctets () const |
| void | print (std::ostream &o) const |
Definition at line 183 of file FieldValue.h.
| qpid::framing::UuidData::UuidData | ( | ) |
| qpid::framing::UuidData::UuidData | ( | const unsigned char * | bytes | ) |
| bool qpid::framing::FixedWidthValue< width >::convertsToInt | ( | ) | const [inline, virtual, inherited] |
Reimplemented from qpid::framing::FieldValue::Data.
Definition at line 167 of file FieldValue.h.
| bool qpid::framing::UuidData::convertsToString | ( | ) | const [virtual] |
Reimplemented from qpid::framing::FieldValue::Data.
| void qpid::framing::FixedWidthValue< width >::decode | ( | Buffer & | buffer | ) | [inline, virtual, inherited] |
Implements qpid::framing::FieldValue::Data.
Definition at line 160 of file FieldValue.h.
References qpid::framing::Buffer::getRawData().
| void qpid::framing::FixedWidthValue< width >::encode | ( | Buffer & | buffer | ) | [inline, virtual, inherited] |
Implements qpid::framing::FieldValue::Data.
Definition at line 159 of file FieldValue.h.
References qpid::framing::Buffer::putRawData().
| uint32_t qpid::framing::FixedWidthValue< width >::encodedSize | ( | ) | const [inline, virtual, inherited] |
Implements qpid::framing::FieldValue::Data.
Definition at line 158 of file FieldValue.h.
| int64_t qpid::framing::FixedWidthValue< width >::getInt | ( | ) | const [inline, virtual, inherited] |
Reimplemented from qpid::framing::FieldValue::Data.
Definition at line 168 of file FieldValue.h.
| std::string qpid::framing::UuidData::getString | ( | ) | const [virtual] |
Reimplemented from qpid::framing::FieldValue::Data.
| virtual bool qpid::framing::FieldValue::Data::operator== | ( | const Data & | ) | const [pure virtual, inherited] |
| bool qpid::framing::FixedWidthValue< width >::operator== | ( | const Data & | d | ) | const [inline, inherited] |
Definition at line 161 of file FieldValue.h.
| void qpid::framing::FixedWidthValue< width >::print | ( | std::ostream & | o | ) | const [inline, virtual, inherited] |
Implements qpid::framing::FieldValue::Data.
Definition at line 180 of file FieldValue.h.
| const uint8_t* qpid::framing::FixedWidthValue< width >::rawOctets | ( | ) | const [inline, inherited] |
Definition at line 178 of file FieldValue.h.
| uint8_t* qpid::framing::FixedWidthValue< width >::rawOctets | ( | ) | [inline, inherited] |
Definition at line 177 of file FieldValue.h.
1.6.1