pointer_to_member_type_info
Nathan Sidwell
nathan at codesourcery.com
Fri Apr 7 18:00:31 UTC 2000
Hi,
__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::*")
nathan
--
Dr Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC
'But that's a lie.' - 'Yes it is. What's your point?'
nathan at codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan at acm.org
More information about the cxx-abi-dev
mailing list