ObjectStore C++ API Reference

os_void_type

class os_void_type : public os_type
This 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>.

os_void_type::create()

static os_void_type& create();
Creates an object representing the type void.



[previous] [next]

Copyright © 1997 Object Design, Inc. All rights reserved.

Updated: 03/31/98 17:25:09