qpid::amqp_0_10::SerializableString< T, SizeType, Unique > Struct Template Reference
Template for length-prefixed strings/arrays.
More...
#include <SerializableString.h>
List of all members.
|
Public Member Functions |
template<class U> |
| SerializableString (const U &u) |
template<class I> |
| SerializableString (const I &i, const I &j) |
template<class S> |
void | serialize (S &s) |
template<class S> |
void | encode (S &s) const |
template<class S> |
void | decode (S &s) |
Detailed Description
template<class T, class SizeType, int Unique = 0>
struct qpid::amqp_0_10::SerializableString< T, SizeType, Unique >
Template for length-prefixed strings/arrays.
Unique parameter allows creation of distinct SerializableString types with the smae T/SizeType
The documentation for this struct was generated from the following file: