size of a class instance

Sean Kelly sean at f4.ca
Mon Nov 13 06:08:07 PST 2006


Bill Baxter wrote:
> Is this really the best way to get the size of a class instance given 
> the type?
> 
>   MyClass.classinfo.init.length;

Yes.  And this only works at run time.  I proposed a new .isizeof 
property to simplify things, but it didn't seem terribly popular.  See:

http://d.puremagic.com/issues/show_bug.cgi?id=88


Sean



More information about the Digitalmars-d-learn mailing list