The generic container for Avro arrays. More...
#include <Generic.hh>
  
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.  | |
The generic container for Avro arrays.
 1.7.1