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 248 of file FieldValue.h.


Constructor & Destructor Documentation

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

Definition at line 252 of file FieldValue.h.

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

Definition at line 253 of file FieldValue.h.

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

Definition at line 254 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 273 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 255 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 274 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 267 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 276 of file FieldValue.h.


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

Qpid C++ API Reference
Generated on Tue Aug 2 14:26:16 2011 for Qpid C++ Client API by doxygen 1.6.1