Apache Qpid C++ API
Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation

qpid::framing::VariableWidthValue< lenwidth > Class Template Reference

#include <qpid/framing/FieldValue.h>

List of all members.

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

Detailed Description

template<int lenwidth>
class qpid::framing::VariableWidthValue< lenwidth >

Definition at line 237 of file FieldValue.h.


Constructor & Destructor Documentation

template<int lenwidth>
qpid::framing::VariableWidthValue< lenwidth >::VariableWidthValue (  )  [inline]

Definition at line 241 of file FieldValue.h.

template<int lenwidth>
qpid::framing::VariableWidthValue< lenwidth >::VariableWidthValue ( const std::vector< uint8_t > &  data  )  [inline]

Definition at line 242 of file FieldValue.h.

template<int lenwidth>
qpid::framing::VariableWidthValue< lenwidth >::VariableWidthValue ( const uint8_t start,
const uint8_t end 
) [inline]

Definition at line 243 of file FieldValue.h.


Member Function Documentation

virtual bool qpid::framing::FieldValue::Data::convertsToInt (  )  const [inline, virtual, inherited]

Reimplemented in qpid::framing::FixedWidthValue< width >.

Definition at line 75 of file FieldValue.h.

template<int lenwidth>
bool qpid::framing::VariableWidthValue< lenwidth >::convertsToString (  )  const [inline, virtual]

Reimplemented from qpid::framing::FieldValue::Data.

Definition at line 262 of file FieldValue.h.

template<int lenwidth>
void qpid::framing::VariableWidthValue< lenwidth >::decode ( Buffer buffer  )  [inline, virtual]
template<int lenwidth>
void qpid::framing::VariableWidthValue< lenwidth >::encode ( Buffer buffer  )  [inline, virtual]
template<int lenwidth>
uint32_t qpid::framing::VariableWidthValue< lenwidth >::encodedSize (  )  const [inline, virtual]

Implements qpid::framing::FieldValue::Data.

Definition at line 244 of file FieldValue.h.

virtual int64_t qpid::framing::FieldValue::Data::getInt (  )  const [inline, virtual, inherited]

Reimplemented in qpid::framing::FixedWidthValue< width >.

Definition at line 77 of file FieldValue.h.

template<int lenwidth>
std::string qpid::framing::VariableWidthValue< lenwidth >::getString (  )  const [inline, virtual]

Reimplemented from qpid::framing::FieldValue::Data.

Definition at line 263 of file FieldValue.h.

virtual bool qpid::framing::FieldValue::Data::operator== ( const Data  )  const [pure virtual, inherited]
template<int lenwidth>
bool qpid::framing::VariableWidthValue< lenwidth >::operator== ( const Data &  d  )  const [inline]

Definition at line 256 of file FieldValue.h.

template<int lenwidth>
void qpid::framing::VariableWidthValue< lenwidth >::print ( std::ostream &  o  )  const [inline, virtual]

Implements qpid::framing::FieldValue::Data.

Definition at line 265 of file FieldValue.h.


The documentation for this class was generated from the following file:

Qpid C++ API Reference
Generated on Tue Nov 3 11:25:22 2009 for Qpid C++ Client API by doxygen 1.6.1