class os_pointer_type : public os_typeThis class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. An instance of this class represents a C++ pointer type. This class is derived from os_type.
static os_pointer_type& create(os_type* target);The argument is used to initialize the attribute target_type.
const os_type &get_target_type() const;Returns the type of object pointed to by instances of the specified pointer type.
void set_target_type(os_type&);Sets the type of object pointed to by instances of the specified pointer type.
Updated: 03/31/98 17:25:09