• 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
[xcode-users] Xcode code completion C++
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xcode-users] Xcode code completion C++


  • Subject: [xcode-users] Xcode code completion C++
  • From: Antonin Perrot-Audet <email@hidden>
  • Date: Tue, 09 Mar 2010 02:15:36 +0100

Hello,
I am using Xcode 3.2.1 to build some C++ application. I the ITK (Insight ToolKit) library, which is based on templates (generic programming...).
I could not find a way to setup properly the code completion, for instance, I type :
   
    //prior to that I have defined the "ImageType" type, include everything I need, the program compiles just fine
   
    typedef itk::AnalyzeImageFileWriter< ImageType > WriterType; // I define here the type of "AnalyzeImageFileWriter" I would like to use
    WriterType::Pointer writer = WriterType::New(); // here is a smart pointer

    writer->SetInputImage(reader->GetOutput());


I would like Xcode to   *list all the methods and attributes of the AnalyzeImageFileWriter class when I type the '->' *  .


This is very annoying, I remember coding under visual C++ and it was just amazingly useful.

Any help would be (much) appreciated,

thanks,
Antonin
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Assertion Error in Interface Builder 3.2.2 (761) - Reproducible
  • Next by Date: Re: Separate strip zapping script generated digital signatures
  • Previous by thread: Re: Assertion Error in Interface Builder 3.2.2 (761) - Reproducible
  • Next by thread: PDF links, iPhone and Quartz 2D
  • Index(es):
    • Date
    • Thread