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. |
|
|