Avro C++
Public Member Functions
avro::GenericFixed Class Reference

Generic container for Avro fixed. More...

#include <Generic.hh>

Inheritance diagram for avro::GenericFixed:
avro::GenericContainer

List of all members.

Public Member Functions

 GenericFixed (const NodePtr &schema)
 Constructs a generic enum corresponding to the given schema schema, which should be of Avro type fixed.
const std::vector< uint8_t > & value () const
 Returns the contents of this fixed.
std::vector< uint8_t > & value ()
 Returns the reference to the contents of this fixed.

Detailed Description

Generic container for Avro fixed.


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