Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » outline view with 'const inline member function'
outline view with 'const inline member function' [message #116283] Thu, 19 August 2004 15:15
Eclipse UserFriend
I've got a question!!
I'm rather new to c++ and therefore I don't know if this isn't rather a
c++ problem:
when declaring a member function for a class similar to:
> void x() const;

The outline view is showing the function with the green class member
symbol and a small blue 'c' in front of the class name (this stands for
'const' doesn't it??)

But when I declare the same const function as an inline function:
> void x() const {cout << "whatever"};

In this case the small 'c' disappears.
Isn't this a const anymore or what???

Daniel
Previous Topic:Multiple platforms per project
Next Topic:Missing Builder
Goto Forum:
  


Current Time: Sun May 11 13:08:25 EDT 2025

Powered by FUDForum. Page generated in 0.02593 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top