Avro C++
|
Public Member Functions | |
NullValidator (const ValidSchema &schema) | |
void | setCount (int64_t val) |
bool | typeIsExpected (Type type) const |
Type | nextTypeExpected () const |
int | nextSizeExpected () const |
bool | getCurrentRecordName (std::string &name) const |
bool | getNextFieldName (std::string &name) const |
void | checkTypeExpected (Type type) |
void | checkFixedSizeExpected (int size) |