Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <qpid/framing/FieldValue.h>
Public Member Functions | |
virtual | ~Data () |
virtual uint32_t | encodedSize () const =0 |
virtual void | encode (Buffer &buffer)=0 |
virtual void | decode (Buffer &buffer)=0 |
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 |
virtual void | print (std::ostream &out) const =0 |
Definition at line 67 of file FieldValue.h.
|
inlinevirtual |
Definition at line 69 of file FieldValue.h.
|
inlinevirtual |
Reimplemented in qpid::framing::FixedWidthValue< width >, and qpid::framing::FixedWidthValue< 16 >.
Definition at line 75 of file FieldValue.h.
|
inlinevirtual |
Reimplemented in qpid::framing::VariableWidthValue< lenwidth >, and qpid::framing::UuidData.
Definition at line 76 of file FieldValue.h.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inlinevirtual |
Reimplemented in qpid::framing::FixedWidthValue< width >, and qpid::framing::FixedWidthValue< 16 >.
Definition at line 77 of file FieldValue.h.
|
inlinevirtual |
Reimplemented in qpid::framing::VariableWidthValue< lenwidth >, and qpid::framing::UuidData.
Definition at line 78 of file FieldValue.h.
|
pure virtual |
|
pure virtual |