The generic container for Avro maps. More...
#include <Generic.hh>
  
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 Value & | value () const | 
| Returns the contents of this map.  | |
| Value & | value () | 
| Returns the reference to the contents of this map.  | |
The generic container for Avro maps.
 1.7.1