qpid::framing::StructHelper Class Reference
#include <StructHelper.h>
List of all members.
|
Public Member Functions |
template<class T > |
void | encode (const T t, std::string &data) |
template<class T > |
void | decode (T &t, const std::string &data) |
Detailed Description
Definition at line 33 of file StructHelper.h.
Member Function Documentation
template<class T >
void qpid::framing::StructHelper::decode |
( |
T & |
t, |
|
|
const std::string & |
data | |
|
) |
| | [inline] |
template<class T >
void qpid::framing::StructHelper::encode |
( |
const T |
t, |
|
|
std::string & |
data | |
|
) |
| | [inline] |
The documentation for this class was generated from the following file: