Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/framing/FieldValue.h>
Public Member Functions | |
FixedWidthValue () | |
FixedWidthValue (const uint8_t(&data)[width]) | |
FixedWidthValue (const uint8_t *const data) | |
FixedWidthValue (uint64_t v) | |
uint32_t | encodedSize () const |
void | encode (Buffer &buffer) |
void | decode (Buffer &buffer) |
bool | operator== (const Data &d) const |
bool | convertsToInt () const |
int64_t | getInt () const |
uint8_t * | rawOctets () |
uint8_t * | rawOctets () const |
void | print (std::ostream &o) const |
virtual bool | operator== (const Data &) const =0 |
virtual bool | convertsToString () const |
virtual std::string | getString () const |
Definition at line 141 of file FieldValue.h.
|
inline |
Definition at line 145 of file FieldValue.h.
|
inline |
Definition at line 146 of file FieldValue.h.
|
inline |
Definition at line 147 of file FieldValue.h.
|
inline |
Definition at line 151 of file FieldValue.h.
|
inlinevirtual |
Reimplemented from qpid::framing::FieldValue::Data.
Definition at line 167 of file FieldValue.h.
|
inlinevirtualinherited |
Reimplemented in qpid::framing::VariableWidthValue< lenwidth >.
Definition at line 76 of file FieldValue.h.
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 160 of file FieldValue.h.
References qpid::framing::Buffer::getRawData().
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 159 of file FieldValue.h.
References qpid::framing::Buffer::putRawData().
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 158 of file FieldValue.h.
|
inlinevirtual |
Reimplemented from qpid::framing::FieldValue::Data.
Definition at line 168 of file FieldValue.h.
|
inlinevirtualinherited |
Reimplemented in qpid::framing::VariableWidthValue< lenwidth >.
Definition at line 78 of file FieldValue.h.
|
pure virtualinherited |
|
inline |
Definition at line 161 of file FieldValue.h.
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 180 of file FieldValue.h.
|
inline |
Definition at line 177 of file FieldValue.h.
Referenced by qpid::framing::FieldValue::getFixedWidthValue(), qpid::framing::FieldValue::getFloatingPointValue(), and qpid::framing::FieldValue::getIntegerValue().
|
inline |
Definition at line 178 of file FieldValue.h.