non reference-counting dictionary in objective-c
Posted
by Colin
on Stack Overflow
See other posts from Stack Overflow
or by Colin
Published on 2010-06-15T03:33:49Z
Indexed on
2010/06/15
3:42 UTC
Read the original article
Hit count: 382
objective-c
Is there any 'easy' way of having pure objective-c containers, such as NSMutableDictionary or CFMutableDictionary, that don't increment the reference count of added objects, without using the c++ standard library?
© Stack Overflow or respective owner