19 #ifndef avro_ResolverSchema_hh__    20 #define avro_ResolverSchema_hh__    22 #include <boost/noncopyable.hpp>    50     std::shared_ptr<Resolver> resolver_;
 class AVRO_DECL ValidSchema
This class is used to implement an avro spec parser using a flex/bison compiler. 
Definition: Compiler.hh:35
 
Definition: ResolvingReader.hh:31
 
A bunch of templates and specializations for encoding and decoding specific types. 
Definition: AvroParse.hh:30
 
A ValidSchema is basically a non-mutable Schema that has passed some minumum of sanity checks...
Definition: ValidSchema.hh:40
 
void parse(Reader &p, T &val)
The main parse entry point function. 
Definition: AvroParse.hh:36
 
Definition: ResolverSchema.hh:38