Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 VA Outline issue with inner class
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Esone
Tomato Guru

Russia
115 Posts

Posted - May 15 2007 :  08:37:02 AM  Show Profile  Reply with Quote
Test this snippet against the VA Live Outline:

struct OuterStruct
{
class InnerClass;

void fun1();
void fun2();
};

class OuterStruct::InnerClass
{
};

void OuterStruct::fun1()
{
}

void OuterStruct::fun2()
{
}

I guess, it is not OK, that OuterStruct::InnerClass is listed inside "OuterStruct methods" section?

feline
Whole Tomato Software

United Kingdom
19021 Posts

Posted - May 15 2007 :  10:42:17 AM  Show Profile  Reply with Quote
I am not sure. It makes sense to me that this has happened, since InnerClass is a member of OuterStruct, and it is shown as such.

zen is the art of being at one with the two'ness
Go to Top of Page

Esone
Tomato Guru

Russia
115 Posts

Posted - May 15 2007 :  10:50:03 AM  Show Profile  Reply with Quote
May be it makes sense, only treating the inner class as outer class's method a bit confusing. But that's not any critical.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000