Static Public Member Functions

avro::codec_traits< boost::array< uint8_t, N > > Struct Template Reference

codec_traits for Avro fixed. More...

#include <Specific.hh>

List of all members.

Static Public Member Functions

static void encode (Encoder &e, const boost::array< uint8_t, N > &b)
 Encodes a given value.
static void decode (Decoder &d, boost::array< uint8_t, N > &s)
 Decodes into a given value.

Detailed Description

template<size_t N>
struct avro::codec_traits< boost::array< uint8_t, N > >

codec_traits for Avro fixed.


The documentation for this struct was generated from the following file: