10 #ifndef mm_messages_MESSAGES_HPP_ 11 #define mm_messages_MESSAGES_HPP_ 47 static void encode(
const T& msg, ByteArray& buffer) {
50 static T
decode(
const unsigned char* buffer,
const unsigned int& size) {
Template parent and default pass-through encoding/decoding.
Short description of this file.
static void encode(const T &msg, ByteArray &buffer)
ecl::Stencil< const unsigned char * > ConstRawByteStencil
ecl::Stencil< unsigned char * > RawByteStencil
std::vector< unsigned char > ByteArray
ecl::Stencil< ByteArray > ByteStencil
static T decode(const unsigned char *buffer, const unsigned int &size)