• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Cocoa wrapper around C++ code, what is the best idiom for wrapping STL style iterators?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Oracle Classes using the OCI?
  • Next by Date: Re: Odd textView behavior
  • Previous by thread: [OT] Re: Oracle Classes using the OCI?
  • Next by thread: Problems applescripting Core Data subclass
  • Index(es):
    • Date
    • Thread