Generic container for Avro fixed. More...
#include <Generic.hh>
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. |
Generic container for Avro fixed.