Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/framing/FieldValue.h>
Public Member Functions | |
VariableWidthValue () | |
VariableWidthValue (const std::vector< uint8_t > &data) | |
VariableWidthValue (const uint8_t *start, const uint8_t *end) | |
uint32_t | encodedSize () const |
void | encode (Buffer &buffer) |
void | decode (Buffer &buffer) |
bool | operator== (const Data &d) const |
bool | convertsToString () const |
std::string | getString () const |
void | print (std::ostream &o) const |
virtual bool | operator== (const Data &) const =0 |
virtual bool | convertsToInt () const |
virtual int64_t | getInt () const |
Definition at line 269 of file FieldValue.h.
|
inline |
Definition at line 273 of file FieldValue.h.
|
inline |
Definition at line 274 of file FieldValue.h.
|
inline |
Definition at line 275 of file FieldValue.h.
|
inlinevirtualinherited |
Reimplemented in qpid::framing::FixedWidthValue< width >, and qpid::framing::FixedWidthValue< 16 >.
Definition at line 75 of file FieldValue.h.
|
inlinevirtual |
Reimplemented from qpid::framing::FieldValue::Data.
Definition at line 294 of file FieldValue.h.
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 282 of file FieldValue.h.
References qpid::framing::Buffer::getRawData(), and qpid::framing::Buffer::getUInt().
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 277 of file FieldValue.h.
References qpid::framing::Buffer::putRawData(), and qpid::framing::Buffer::putUInt().
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 276 of file FieldValue.h.
|
inlinevirtualinherited |
Reimplemented in qpid::framing::FixedWidthValue< width >, and qpid::framing::FixedWidthValue< 16 >.
Definition at line 77 of file FieldValue.h.
|
inlinevirtual |
Reimplemented from qpid::framing::FieldValue::Data.
Definition at line 295 of file FieldValue.h.
|
pure virtualinherited |
|
inline |
Definition at line 288 of file FieldValue.h.
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 297 of file FieldValue.h.