On Sep 6, 2005, at 12:04 PM, Michael Tegtmeyer wrote:
I am trying to find out what the existing method of determining whether or not something (function for example) can access a field of a structure.
M-x grep access cp/*.[ch] will show you the existing methods of access control. lookup_member would be a useful routine to set a breakpoint on and watch how it does it as well.
If that doesn't answer your question, I predict there exists another question which you'd love to ask us, but haven't, try asking that one instead (I call this the real question).