Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 VA Outline issue with inner class

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Esone 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?
2   L A T E S T    R E P L I E S    (Newest First)
Esone 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.
feline 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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000