namespace, function: class browser

Lorenzo Delana ldelana at libero.it
Thu May 10 13:28:14 UTC 2001


using following code:

namespace test_namespace {
	typedef int my_int;
};

class test_class {
	public:
		test_namespace::my_int f() { } // function not visible:(
		int f2() { } // function well recognized :-)
};

the class browser show only test_class->f2() member, not f(). I suppose that
namespace cause this...

bye
Lore

-------------------------------------------------------

-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list