class os_void_type : public os_typeThis class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. An instance of this class represents the type void. os_void_type is derived from os_type. The member functions os_type::get_size() and os_type::get_alignment() signal err_mop when invoked on an os_void_type.
Programs using this class must include <ostore/ostore.hh>, followed by <ostore/coll.hh> (if used), followed by <ostore/mop.hh>.
static os_void_type& create();Creates an object representing the type void.
Updated: 03/31/98 17:25:09