class os_access_modifier : public os_memberThis class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. An instance of this class represents the access modification performed by a class on an inherited member. os_access_modifier is derived from os_member.
static os_access_modifier& create(os_member*);Creates an os_access_modifier that modifies access to the specified member.
const os_member &get_base_member() const;Returns a reference to the const member whose access was modified.
os_member &get_base_member();Returns a reference to the non-const member whose access was modified.
void set_base_member(os_member&);Updates the member whose access is to be modified.
Updated: 03/31/98 17:25:09