Re: Cocoa wrapper around C++ code, what is the best idiom for wrapping STL style iterators?
Re: Cocoa wrapper around C++ code, what is the best idiom for wrapping STL style iterators?
- Subject: Re: Cocoa wrapper around C++ code, what is the best idiom for wrapping STL style iterators?
- From: Scott Ribe <email@hidden>
- Date: Fri, 03 Nov 2006 08:31:05 -0700
- Thread-topic: Cocoa wrapper around C++ code, what is the best idiom for wrapping STL style iterators?
> This is my first real Cocoa app and I have struggling with how to represent
> the sytle iterators that Xapian uses.
> I tried using NSEnumerator subclasses how would you do them?
When? Where? Why?
I use C++/STL from Cocoa all the time, and have no need for NSEnumerator.
For instance, if you wish to display an NSTableView, in the data source's
callback just use the C++ container directly. So we'd need more detailed
questions to offer any useful help.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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