class os_member_type : public os_memberThis class is part of the ObjectStore metaobject protocol, which provides access to ObjectStore schemas. An instance of this class represents a member type definition, that is, a type definition that is nested within a class. os_member_type is derived from os_member.
static os_member_type& create(os_type*);Creates a member typedef for the specified os_type.
const os_type &get_type() const;Returns the type defined by the specified member typedef.
void set_type(os_type&);Sets the type defined by the specified member typedef.
Updated: 03/31/98 17:25:09