Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/framing/FieldValue.h>
Public Member Functions | |
EncodedValue () | |
EncodedValue (const T &v) | |
T & | getValue () |
const T & | getValue () const |
uint32_t | encodedSize () const |
void | encode (Buffer &buffer) |
void | decode (Buffer &buffer) |
bool | operator== (const Data &d) const |
void | print (std::ostream &o) const |
virtual bool | operator== (const Data &) const =0 |
virtual bool | convertsToInt () const |
virtual bool | convertsToString () const |
virtual int64_t | getInt () const |
virtual std::string | getString () const |
Definition at line 301 of file FieldValue.h.
|
inline |
Definition at line 305 of file FieldValue.h.
|
inline |
Definition at line 306 of file FieldValue.h.
|
inlinevirtualinherited |
Reimplemented in qpid::framing::FixedWidthValue< width >, and qpid::framing::FixedWidthValue< 16 >.
Definition at line 75 of file FieldValue.h.
|
inlinevirtualinherited |
Reimplemented in qpid::framing::VariableWidthValue< lenwidth >, and qpid::framing::UuidData.
Definition at line 76 of file FieldValue.h.
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 316 of file FieldValue.h.
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 313 of file FieldValue.h.
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 311 of file FieldValue.h.
|
inlinevirtualinherited |
Reimplemented in qpid::framing::FixedWidthValue< width >, and qpid::framing::FixedWidthValue< 16 >.
Definition at line 77 of file FieldValue.h.
|
inlinevirtualinherited |
Reimplemented in qpid::framing::VariableWidthValue< lenwidth >, and qpid::framing::UuidData.
Definition at line 78 of file FieldValue.h.
|
inline |
Definition at line 308 of file FieldValue.h.
Referenced by qpid::framing::FieldValue::get(), and qpid::framing::getEncodedValue().
|
inline |
Definition at line 309 of file FieldValue.h.
|
pure virtualinherited |
|
inline |
Definition at line 319 of file FieldValue.h.
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 325 of file FieldValue.h.