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

The generic container for Avro maps. More...

#include <Generic.hh>

Inheritance diagram for avro::GenericMap:
avro::GenericContainer

List of all members.

Public Types

typedef std::vector< std::pair
< std::string, GenericDatum > > 
Value
 The contents type for the map.

Public Member Functions

 GenericMap (const NodePtr &schema)
 Constructs a generic map corresponding to the given schema schema, which should be of Avro type map.
const Valuevalue () const
 Returns the contents of this map.
Valuevalue ()
 Returns the reference to the contents of this map.

Detailed Description

The generic container for Avro maps.


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