Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/framing/FieldValue.h>
Public Member Functions | |
uint32_t | encodedSize () const |
void | encode (Buffer &) |
void | decode (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 255 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 260 of file FieldValue.h.
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 259 of file FieldValue.h.
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 258 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.
|
pure virtualinherited |
|
inline |
Definition at line 261 of file FieldValue.h.
|
inlinevirtual |
Implements qpid::framing::FieldValue::Data.
Definition at line 265 of file FieldValue.h.