Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
Public Member Functions | List of all members
qpid::framing::VariableWidthValue< lenwidth > Class Template Referenceabstract

#include <qpid/framing/FieldValue.h>

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

Constructor & Destructor Documentation

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

Definition at line 273 of file FieldValue.h.

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

Definition at line 274 of file FieldValue.h.

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

Definition at line 275 of file FieldValue.h.

Member Function Documentation

virtual bool qpid::framing::FieldValue::Data::convertsToInt ( ) const
inlinevirtualinherited
template<int lenwidth>
bool qpid::framing::VariableWidthValue< lenwidth >::convertsToString ( ) const
inlinevirtual

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

Definition at line 295 of file FieldValue.h.

template<int lenwidth>
void qpid::framing::VariableWidthValue< lenwidth >::decode ( Buffer buffer)
inlinevirtual
template<int lenwidth>
void qpid::framing::VariableWidthValue< lenwidth >::encode ( Buffer buffer)
inlinevirtual
template<int lenwidth>
uint32_t qpid::framing::VariableWidthValue< lenwidth >::encodedSize ( ) const
inlinevirtual

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

Definition at line 276 of file FieldValue.h.

virtual int64_t qpid::framing::FieldValue::Data::getInt ( ) const
inlinevirtualinherited
template<int lenwidth>
std::string qpid::framing::VariableWidthValue< lenwidth >::getString ( ) const
inlinevirtual

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

Definition at line 296 of file FieldValue.h.

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

Definition at line 289 of file FieldValue.h.

template<int lenwidth>
void qpid::framing::VariableWidthValue< lenwidth >::print ( std::ostream &  o) const
inlinevirtual

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

Definition at line 298 of file FieldValue.h.


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

Qpid C++ API Reference
Generated on Tue Jan 27 2015 for Qpid C++ Client API by doxygen 1.8.9.1