class os_pointer_to_member_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++ pointer-to-member type. This class is derived from os_pointer_type.
static os_pointer_to_member_type& create(os_type* target, os_class_type*);The argument is used to initialize target_class and target_type.
const os_class_type &get_target_class() const;Returns the class associated with the specified pointer-to-member.
void set_target_class(os_class_type&);Sets the class associated with the specified pointer-to-member.
Updated: 03/31/98 17:25:09