NSDictionary key's (copyWithZone?)
NSDictionary key's (copyWithZone?)
- Subject: NSDictionary key's (copyWithZone?)
- From: daniel oberhoff <email@hidden>
- Date: Wed, 25 Jun 2003 12:56:09 +0200
i have problems using my objects as keys to dictionaries. the
dictionary seems to want to copy them (why? in c++ i always just use
the pointer...). now i have objects that inherit from NSObject, i
thought those implement the copying? well, i get an exception all the
time, with my object and also with the IOBluetoothDevice (with that its
not sooo surpsising as they are consts somehow....so i just use their
mac address which is fine...).
help?
daniel
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.