1class ThingInside;
2
3namespace Foo {
4 class MyClass {
5 ThingInside *thing;
6 public:
7 MyClass() { }
8 };
9}
10

Provided by KDAB

Privacy Policy
Update your C++ knowledge – Modern C++11/14/17 Training
Find out more

source code of lldb/test/API/lang/cpp/namespace_definitions/foo.h