Justin Johansson wrote:
Jeremie Pelletier Wrote:
Justin Johansson wrote:
Jarrett Billingsley Wrote:
On Sat, Oct 3, 2009 at 5:50 PM, Justin Johansson wrote:
How does one determine the sizeof (in bytes) of an instance of a class in D?
.sizeof works as advertised for structs, but for referen
Justin Johansson wrote:
grauzone Wrote:
Justin Johansson wrote:
How does one determine the sizeof (in bytes) of an instance of a class in D?
.sizeof works as advertised for structs, but for reference types,
.sizeof yields the sizeof the referencing variable (effectively same as size of
a poi
grauzone Wrote:
> Justin Johansson wrote:
> > How does one determine the sizeof (in bytes) of an instance of a class in D?
> >
> > .sizeof works as advertised for structs, but for reference types,
> > .sizeof yields the sizeof the referencing variable (effectively same as
> > size of a pointer)
Justin Johansson wrote:
How does one determine the sizeof (in bytes) of an instance of a class in D?
.sizeof works as advertised for structs, but for reference types,
.sizeof yields the sizeof the referencing variable (effectively same as size of
a pointer)
and not the size of the underlying in
Jeremie Pelletier Wrote:
> Justin Johansson wrote:
> > Jarrett Billingsley Wrote:
> >
> >> On Sat, Oct 3, 2009 at 5:50 PM, Justin Johansson wrote:
> >>> How does one determine the sizeof (in bytes) of an instance of a class in
> >>> D?
> >>>
> >>> .sizeof works as advertised for structs, but fo
Daniel Keep wrote:
> ...
> Note: this is VERY old code, but I have no reason to think it won't
> still work. I may need a little dusting off...
*It* may need a little dusting off. Argh.
Jarrett Billingsley wrote:
> On Sat, Oct 3, 2009 at 5:50 PM, Justin Johansson wrote:
>> How does one determine the sizeof (in bytes) of an instance of a class in D?
>>
>> .sizeof works as advertised for structs, but for reference types,
>> .sizeof yields the sizeof the referencing variable (effe
Jeremie Pelletier Wrote:
> Justin Johansson wrote:
> > Jarrett Billingsley Wrote:
> >
> >> On Sat, Oct 3, 2009 at 5:50 PM, Justin Johansson wrote:
> >>> How does one determine the sizeof (in bytes) of an instance of a class in
> >>> D?
> >>>
> >>> .sizeof works as advertised for structs, but fo
Justin Johansson wrote:
Jarrett Billingsley Wrote:
On Sat, Oct 3, 2009 at 5:50 PM, Justin Johansson wrote:
How does one determine the sizeof (in bytes) of an instance of a class in D?
.sizeof works as advertised for structs, but for reference types,
.sizeof yields the sizeof the referencing
Jarrett Billingsley Wrote:
> On Sat, Oct 3, 2009 at 5:50 PM, Justin Johansson wrote:
> > How does one determine the sizeof (in bytes) of an instance of a class in D?
> >
> > .sizeof works as advertised for structs, but for reference types,
> > .sizeof yields the sizeof the referencing variable (e
On Sat, Oct 3, 2009 at 5:50 PM, Justin Johansson wrote:
> How does one determine the sizeof (in bytes) of an instance of a class in D?
>
> .sizeof works as advertised for structs, but for reference types,
> .sizeof yields the sizeof the referencing variable (effectively same as size
> of a pointe
Justin Johansson wrote:
How does one determine the sizeof (in bytes) of an instance of a class in D?
.sizeof works as advertised for structs, but for reference types,
.sizeof yields the sizeof the referencing variable (effectively same as size of
a pointer)
and not the size of the underlying in
How does one determine the sizeof (in bytes) of an instance of a class in D?
.sizeof works as advertised for structs, but for reference types,
.sizeof yields the sizeof the referencing variable (effectively same as size of
a pointer)
and not the size of the underlying instance.
I did try scannin
13 matches
Mail list logo