c++ code completion status report
August Hörandl
august.hoerandl at gmx.at
Wed Jan 9 09:57:03 UTC 2002
Thomas Schilling wrote:
>
> And how about this:
> class A { ... }; class B { ... }; class C { ... };
> C operator+(A,B);
> A a; B b;
> ... (a+b). // we should list C's members
>
> Darn C++, uh? ... ;)
even stranger:
A* pa;
pa->
should list the members of C - if there is
C* A::operator -> ()
just my 2 (euro)cents
Gustl
--
August Hörandl august.hoerandl at gmx.at
"Failure is not an option. It comes bundled with software."
More information about the KDevelop-devel
mailing list