pointer_to_member_type_info

Jim Dehnert dehnert at baalbek.engr.sgi.com
Sat Apr 8 04:50:35 UTC 2000


> From: Nathan Sidwell <nathan at codesourcery.com>
> 
> __pointer_to_member_type info is derived from type_info. I strongly
> recommend it be derived from __pointer_type_info, as it requires much
> of the same functionality, and has the same meanings of its flags.
> By subclassing __pointer_type_info, much code could be reused.
> 
> Thus point 8 of the rtti classes would become
> 8.The abi::__pointer_to_member_type_info type adds one field to
> abi::__pointer_type_info:
>               a pointer to a abi::__class_type_info
> 		(e.g., the "A" in "int A::*") 

This looks reasonable to me.  Does anyone else have a problem with it?
If not, I'll just make the change.

Jim

-	    Jim Dehnert		dehnert at sgi.com
				(650)933-4272




More information about the cxx-abi-dev mailing list