void *os_fetch_address ( void *obj, const os_member_variable& mem );Retrieves the address of the data member mem for the object pointed to by obj. err_mop is signaled if mem is an os_field_member_variable.
void *os_fetch_address ( void *obj, const os_base_class &b );Retrieves the address of the subobject corresponding to base class b for the object pointed to by obj.
Updated: 03/31/98 17:30:04