Qpid C++ API Reference
Generated on Mon Jun 7 18:25:34 2010 for Qpid C++ Client API by doxygen 1.6.2-20100208

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

#include <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 187 of file FieldValue.h.


Constructor & Destructor Documentation

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

Definition at line 191 of file FieldValue.h.

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

Definition at line 192 of file FieldValue.h.

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

Definition at line 193 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 74 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 212 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 194 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 76 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 213 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 206 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 215 of file FieldValue.h.


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

Qpid C++ API Reference
Generated on Mon Jun 7 18:25:34 2010 for Qpid C++ Client API by doxygen 1.6.2-20100208