The base class for all generic type for containers. More...
#include <Generic.hh>
Public Member Functions | |
const NodePtr & | schema () const |
Returns the schema for this object. | |
Protected Member Functions | |
GenericContainer (Type type, const NodePtr &s) | |
Constructs a container corresponding to the given schema. | |
Static Protected Member Functions | |
static void | assertSameType (const GenericDatum &v, const NodePtr &n) |
Asserts if the given generic datum v has a type that matches n . |
The base class for all generic type for containers.