Avro C++
|
The root Schema object is a base class. Nobody constructs this class directly. More...
#include <Schema.hh>
Public Member Functions | |
Type | type () const |
const NodePtr & | root () const |
NodePtr & | root () |
Protected Member Functions | |
Schema (NodePtr node) | |
Schema (Node *node) | |
Protected Attributes | |
NodePtr | node_ |
The root Schema object is a base class. Nobody constructs this class directly.