ObjectStore C++ API Reference

os_pointer_to_member_type

class os_pointer_to_member_type : public os_pointer_type
This 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.

os_pointer_to_member-type::create()

static os_pointer_to_member_type& create(os_type* target,
       os_class_type*);
The argument is used to initialize target_class and target_type.

os_pointer_to_member_type::get_target_class()

const os_class_type &get_target_class() const;
Returns the class associated with the specified pointer-to-member.

os_pointer_to_member_type::set_target_class()

void set_target_class(os_class_type&);
Sets the class associated with the specified pointer-to-member.



[previous] [next]

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

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