Private classes?
Nathan Reed
nathaniel.reed at gmail.com
Tue Aug 21 09:57:36 PDT 2007
Regan Heath Wrote:
> Try this:
>
> [pclassA.d]
> module pclassA;
>
> class A
> {
> private this()
> {
> }
> }
Thanks, I am aware of the private constructor trick, but it seems like a slightly hackish workaround. Philosophically, it seems to me that it should be possible to hide a class so other modules (or code outside its outer class) don't even know it exists - this just makes it so they can't instantiate it.
Thanks,
Nathan Reed
More information about the Digitalmars-d
mailing list