Re: Bridging
Re: Bridging
- Subject: Re: Bridging
- From: Timothy Ritchey <email@hidden>
- Date: Sun, 20 Oct 2002 17:50:42 -0500
This is not how bridging is accomplished in CoreFoundation/Foundation,
as far as I can see.
Well, not ENTIRELY how bridging is accomplished, I'll grant you. It is,
however, a necessary requirement for being able to seamlessly have a CF
structure behave as an Objective-C object. Classes get registered by
TypeID, which is used as an index into an array of objc_class pointers.
Cheers,
tim
_______________________________________________
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.