Avro C++
Public Types | Public Member Functions
avro::GenericArray Class Reference

The generic container for Avro arrays. More...

#include <Generic.hh>

Inheritance diagram for avro::GenericArray:
avro::GenericContainer

List of all members.

Public Types

typedef std::vector< GenericDatum > Value
 The contents type for the array.

Public Member Functions

 GenericArray (const NodePtr &schema)
 Constructs a generic array corresponding to the given schema schema, which should be of Avro type array.
const Value & value () const
 Returns the contents of this array.
Value & value ()
 Returns the reference to the contents of this array.

Detailed Description

The generic container for Avro arrays.


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