MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / B

Class B

tests/EduCfrontVtable3Test.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8};
9
10struct B : A {
11 int mX{5};
12 void Fun() { printf("fun b: %d\n", mX); }
13
14 virtual void Other() {}
15};
16
17struct C : B {
18 int mB{8};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected