About
Contact
QtCreator
KDevelop
Solarized
line #s on
1
#include
"base.h"
2
3
FooBase
::
FooBase
() :
x
(
12345
) {}
4
ns::
Foo2Base
::
Foo2Base
() :
x
(
23456
) {}
5
6
void
FooBase
::
bar
() {}
7
void
ns::
Foo2Base
::
bar
() {}
8
Definitions
FooBase
Foo2Base
bar
Improve your Profiling and Debugging skills
Find out more