Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET | Apache Qpid Documentation |
#include <StructHelper.h>
Inherited by qpid::client::Future [private]
, and qpid::framing::Invoker [protected]
.
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) |
Definition at line 32 of file StructHelper.h.
void qpid::framing::StructHelper::decode | ( | T & | t, | |
const std::string & | data | |||
) | [inline] |
void qpid::framing::StructHelper::encode | ( | const T | t, | |
std::string & | data | |||
) | [inline] |
Definition at line 36 of file StructHelper.h.