DIP 45 - approval discussion

Martin Nowak code at dawg.eu
Tue Nov 12 13:48:21 PST 2013


On Sunday, 10 November 2013 at 12:03:53 UTC, Timon Gehr wrote:
> Using the export attribute on some member exports the entire 
> module info. If I understand this right, the module info will 
> contain information also about non-exported members of the 
> module and therefore even non-exported members will be 
> accessible from outside. Is this correct?

Yes, the module infos provide basic runtime reflection which can 
be used to access non-exported members.


More information about the Digitalmars-d mailing list