Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET Apache Qpid Documentation
Public Member Functions | Static Protected Member Functions | List of all members
qpid::framing::Unsigned32Value Class Reference

#include <qpid/framing/FieldValue.h>

Public Member Functions

 Unsigned32Value (uint32_t)
 
void setType (uint8_t type)
 
uint8_t getType () const
 
DatagetData ()
 
uint32_t encodedSize () const
 
bool empty () const
 
void encode (Buffer &buffer)
 
void decode (Buffer &buffer)
 
bool operator== (const FieldValue &) const
 
QPID_COMMON_INLINE_EXTERN bool operator!= (const FieldValue &v) const
 
void print (std::ostream &out) const
 
template<typename T >
bool convertsTo () const
 
template<>
bool convertsTo () const
 
template<>
bool convertsTo () const
 
template<typename T >
get () const
 
template<class T >
bool get (T &) const
 Accessor that can be used to get values of type FieldTable, Array and List. More...
 
template<>
int get () const
 
template<>
int64_t get () const
 
template<>
float get () const
 
template<>
double get () const
 
template<class T , int W>
getIntegerValue () const
 
template<class T >
getIntegerValue () const
 
template<class T , int W>
getFloatingPointValue () const
 
template<int W>
void getFixedWidthValue (unsigned char *) const
 

Static Protected Member Functions

static uint8_tconvertIfRequired (uint8_t *const octets, int width)
 

Detailed Description

Definition at line 440 of file FieldValue.h.

Constructor & Destructor Documentation

qpid::framing::Unsigned32Value::Unsigned32Value ( uint32_t  )

Member Function Documentation

static uint8_t* qpid::framing::FieldValue::convertIfRequired ( uint8_t *const  octets,
int  width 
)
staticprotectedinherited
template<typename T >
bool qpid::framing::FieldValue::convertsTo ( ) const
inlineinherited

Definition at line 97 of file FieldValue.h.

template<>
bool qpid::framing::FieldValue::convertsTo ( ) const
inlineinherited

Definition at line 118 of file FieldValue.h.

template<>
bool qpid::framing::FieldValue::convertsTo ( ) const
inlineinherited

Definition at line 121 of file FieldValue.h.

void qpid::framing::FieldValue::decode ( Buffer buffer)
inherited
bool qpid::framing::FieldValue::empty ( ) const
inlineinherited

Definition at line 89 of file FieldValue.h.

void qpid::framing::FieldValue::encode ( Buffer buffer)
inherited
uint32_t qpid::framing::FieldValue::encodedSize ( ) const
inlineinherited

Definition at line 88 of file FieldValue.h.

template<typename T >
T qpid::framing::FieldValue::get ( ) const
inlineinherited

Definition at line 98 of file FieldValue.h.

template<class T >
bool qpid::framing::FieldValue::get ( T &  t) const
inlineinherited

Accessor that can be used to get values of type FieldTable, Array and List.

Definition at line 334 of file FieldValue.h.

References qpid::framing::EncodedValue< T >::getValue().

template<>
int qpid::framing::FieldValue::get ( ) const
inlineinherited

Definition at line 127 of file FieldValue.h.

template<>
int64_t qpid::framing::FieldValue::get ( ) const
inlineinherited

Definition at line 130 of file FieldValue.h.

template<>
float qpid::framing::FieldValue::get ( ) const
inlineinherited

Definition at line 245 of file FieldValue.h.

template<>
double qpid::framing::FieldValue::get ( ) const
inlineinherited

Definition at line 250 of file FieldValue.h.

Data& qpid::framing::FieldValue::getData ( )
inlineinherited

Definition at line 87 of file FieldValue.h.

template<int W>
void qpid::framing::FieldValue::getFixedWidthValue ( unsigned char *  value) const
inherited
template<class T , int W>
T qpid::framing::FieldValue::getFloatingPointValue ( ) const
inlineinherited
template<class T , int W>
T qpid::framing::FieldValue::getIntegerValue ( ) const
inlineinherited
template<class T >
T qpid::framing::FieldValue::getIntegerValue ( ) const
inlineinherited
uint8_t qpid::framing::FieldValue::getType ( ) const
inherited
QPID_COMMON_INLINE_EXTERN bool qpid::framing::FieldValue::operator!= ( const FieldValue v) const
inlineinherited

Definition at line 93 of file FieldValue.h.

bool qpid::framing::FieldValue::operator== ( const FieldValue ) const
inherited
void qpid::framing::FieldValue::print ( std::ostream &  out) const
inherited
void qpid::framing::FieldValue::setType ( uint8_t  type)
inherited

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

Qpid C++ API Reference
Generated on Thu Sep 26 2013 for Qpid C++ Client API by doxygen 1.8.3.1