Mixing Objective-C and C++ classes; How?
Mixing Objective-C and C++ classes; How?
- Subject: Mixing Objective-C and C++ classes; How?
- From: "Michael A. Crawford" <email@hidden>
- Date: Thu, 06 Aug 2009 16:51:14 -0400
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
}
-Michael
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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