ObjectStore C++ API Reference

os_relationship_member_variable

class os_relationship_member_variable : public os_member_
variable
This class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. An instance of this class represents a relationship (inverse) member. This class is derived from os_member_variable.

os_relationship_member_variable::get_related_class()

const os_class_type &get_related_class() const;
Returns the class at the target end of the relationship.

os_relationship_member_variable::get_related_member()

const os_relationship_member_variable &get_related_member() 
const;
Returns the inverse of the specified relationship member.



[previous] [next]

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

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