Avro C++
Static Public Member Functions
avro::codec_traits< int32_t > Struct Template Reference

codec_traits for Avro int. More...

#include <Specific.hh>

List of all members.

Static Public Member Functions

static void encode (Encoder &e, int32_t i)
 Encodes a given value.
static void decode (Decoder &d, int32_t &i)
 Decodes into a given value.

Detailed Description

template<>
struct avro::codec_traits< int32_t >

codec_traits for Avro int.


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