Re: ObjC data structure for C++/ObjC++ objects?

2008-11-07 Thread Jonathan Bailey
nces to its keys and/or values." It's probably a > little more friendly than using CFMutableDictionary. Hope this helps! > > Cheers, >Andrew > > On Nov 7, 2008, at 9:12 PM, Jonathan Bailey wrote: > >> Hi Michael - >> >> Thanks much for your

Re: ObjC data structure for C++/ObjC++ objects?

2008-11-07 Thread Jonathan Bailey
l definitely investigate using CFMutableDictionary instead if indeed STL won't work for instance variables. Thanks, JB On Fri, Nov 7, 2008 at 10:29 PM, Michael Ash <[EMAIL PROTECTED]> wrote: > On Fri, Nov 7, 2008 at 8:41 PM, Jonathan Bailey <[EMAIL PROTECTED]> wrote: >&

ObjC data structure for C++/ObjC++ objects?

2008-11-07 Thread Jonathan Bailey
Hi all - I am trying to find a way to create a dynamically-growable objective C data structure within objective C++ code, such as a NSMutableDictionary, that can store values that are pointers to an objective C++ or straight-up C++ object. NSMutableDictionary seems to only accept pointers to obje