struct or class

ketmar via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Aug 24 05:28:26 PDT 2014


On Sun, 24 Aug 2014 11:56:42 +0000
nikki via Digitalmars-d-learn <digitalmars-d-learn at puremagic.com> wrote:

> Or should I use a class for that AtlasSpriteData?
> reading about it I get the impression everytime I'll look up data 
> from that dictionary data will get copied ?
p.s.

this will not copy:

  auto sd = "mysprite00" in dict;

'sd' is of type 'AtlasSpriteData*' here.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.puremagic.com/pipermail/digitalmars-d-learn/attachments/20140824/1dd121e3/attachment.sig>


More information about the Digitalmars-d-learn mailing list