19 #ifndef avro_Resolver_hh__
20 #define avro_Resolver_hh__
22 #include <boost/noncopyable.hpp>
36 class AVRO_DECL
Resolver :
private boost::noncopyable
41 virtual void parse(
Reader &reader, uint8_t *address)
const = 0;
class AVRO_DECL ValidSchema
This class is used to implement an avro spec parser using a flex/bison compiler.
Definition: Compiler.hh:35
A bunch of templates and specializations for encoding and decoding specific types.
Definition: AvroParse.hh:31
A ValidSchema is basically a non-mutable Schema that has passed some minumum of sanity checks...
Definition: ValidSchema.hh:40
Definition: Resolver.hh:36
void parse(Reader &p, T &val)
The main parse entry point function.
Definition: AvroParse.hh:37