qpid::framing::BoolValue Class Reference
#include <qpid/framing/FieldValue.h>
List of all members.
Detailed Description
Definition at line 382 of file FieldValue.h.
Constructor & Destructor Documentation
qpid::framing::BoolValue::BoolValue |
( |
bool |
|
) |
|
Member Function Documentation
static uint8_t* qpid::framing::FieldValue::convertIfRequired |
( |
uint8_t *const |
octets, |
|
|
int |
width | |
|
) |
| | [static, protected, inherited] |
bool qpid::framing::FieldValue::convertsTo< int64_t > |
( |
|
) |
const [inline, inherited] |
void qpid::framing::FieldValue::decode |
( |
Buffer & |
buffer |
) |
[inherited] |
bool qpid::framing::FieldValue::empty |
( |
|
) |
const [inline, inherited] |
void qpid::framing::FieldValue::encode |
( |
Buffer & |
buffer |
) |
[inherited] |
uint32_t qpid::framing::FieldValue::encodedSize |
( |
|
) |
const [inline, inherited] |
template<class T >
bool qpid::framing::FieldValue::get |
( |
T & |
t |
) |
const [inline, inherited] |
double qpid::framing::FieldValue::get< double > |
( |
|
) |
const [inline, inherited] |
Data& qpid::framing::FieldValue::getData |
( |
|
) |
[inline, inherited] |
template<class T , int W>
T qpid::framing::FieldValue::getFloatingPointValue |
( |
|
) |
const [inline, inherited] |
template<class T , int W>
T qpid::framing::FieldValue::getIntegerValue |
( |
|
) |
const [inline, inherited] |
uint8_t qpid::framing::FieldValue::getType |
( |
|
) |
[inherited] |
bool qpid::framing::FieldValue::operator!= |
( |
const FieldValue & |
v |
) |
const [inline, inherited] |
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: