Member variable does not appear in class browser

Ralf Nolden nolden at kde.org
Wed Oct 11 11:07:38 BST 2000


Andreas DUNKE wrote:
> 
> Hi!
> 
> I add a private member to my class:
> 
> std::string myString;
> 
> But this variable does not appear in the class-browser.
> If I write
> 
> string myString;
> 
> then it appears in the class-browser.
> 
> Can someone tell me why?
Well, yes ;-) Obviously the classbrowser doesn´t handle the scope std::,
so it doesn´t include it in the database and the classviewer doesn´t
display it. You could try yourself hacking the classbrowser if you´re
interested and send us a patch ;-)

I´ll fix the templates meanwhile ;-)


Ralf
-- 
The only way to get rid of a temptation is to yield to it. Oscar Wilde

**********************************
Ralf Nolden

The KDevelop Project
http://www.kdevelop.org

nolden at kde.org
rnolden at kdevelop.org
**********************************




More information about the KDevelop mailing list