• 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: Class Model
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Class Model


  • Subject: Re: Class Model
  • From: Conrad Halling <email@hidden>
  • Date: Fri, 13 Jan 2006 12:51:28 -0500

I, too, observed that for C++ code, the class modeler doesn't handle structs correctly. I had to change a struct to a class to get the modeler to show base and derived classes correctly.

-- Conrad

Mike Jackson wrote:
I am trying to use the Class Model to model some code. What I am noticing is that some of my headers are not picked up by the modeler? Could someone explain what some of the reasons that my header files are not picked up? Is it namespaces? Is it formatting within the header file? Something else?
I did notice that some of our code uses:


struct Foo
{
   virtual void bar() = 0;
};

instead of:

class Foo
{
    public:
    virtual void bar() = 0;
};

and that the Modeler does not like the "Stuct" version. Anything else?

Thanks
--------
Mike Jackson
imikejackson <at> gmail <dot> com

-- Conrad Halling email@hidden

_______________________________________________
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


References: 
 >Class Model (From: Mike Jackson <email@hidden>)

  • Prev by Date: Xcode and Class Model
  • Next by Date: Re: Project doesn't link to correct subproject
  • Previous by thread: Class Model
  • Next by thread: Project doesn't link to correct subproject
  • Index(es):
    • Date
    • Thread