Re: Mixing Objective-C and C++ classes; How?
Re: Mixing Objective-C and C++ classes; How?
- Subject: Re: Mixing Objective-C and C++ classes; How?
- From: Shawn Erickson <email@hidden>
- Date: Thu, 6 Aug 2009 13:59:10 -0700
On Thu, Aug 6, 2009 at 1:51 PM, Michael A.
Crawford<email@hidden> wrote:
> Should the following work (assuming it is included in an Objective-C file
> with a .mm extension)?
>
> @interface CDBPMDetectOperation : NSOperation <CDAudioTrackDelegate>
> {
> class BPMDetect* bpmDetector; // C++ class as an objective-c class member
> }
/me points at...
<http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/ocCPlusPlus.html>
-Shawn
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden