class os_reference_type : public os_pointer_typeThis class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. An instance of this class represents a C++ reference type. This class is derived from os_pointer_type. Performing os_pointer_type::get_target_type() on an os_reference_type results in the reference type's target type.
static os_reference_type &create(os_type* target);The argument initializes the attribute target.
Updated: 03/31/98 17:25:09