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
Topic
Esone
Tomato Guru
Russia
115 Posts
Posted - May 15 2007 : 08:37:02 AM
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
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
Esone
Tomato Guru
Russia
115 Posts
Posted - May 15 2007 : 10:50:03 AM
May be it makes sense, only treating the inner class as outer class's method a bit confusing. But that's not any critical.
Topic
New Topic
Reply to Topic
Printer Friendly
Jump To:
Select Forum
Visual Assist
Technical Support
Feature Requests
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
© 2023 Whole Tomato Software, LLC
Snitz Forums 2000