Bridging object expanding
Bridging object expanding
- Subject: Bridging object expanding
- From: Mark Thomas <email@hidden>
- Date: Fri, 27 May 2005 16:54:56 +0100
- Organization: Coderus Ltd
Hi,
I'm working with a NSMutabledictionary, which I know I can use
CFMutabledictionary calls on, as it's a bridging object. What I wasn't sure
is did mine own NSMarksMutabledictionary could I still CFMutabledictionary
calls on it ?, as all I need to do is over ride a few of the default
archiving methods I think.
Is this safe ?
Also
Is there a way to work with a NSObject in C land, as I would like to use
the object counting ability which these NSObjects have, but I need to get
access to this object within C only library. I guess C Struct's are out of
the question here, and my other NSObject, holds a NSString and I want to get
access to this.
Thanks for any pointers
Mark.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden