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

Class B

tests/EduCfrontVtable2Test.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9};
10
11class B {
12public:
13 int b;
14 virtual void w() { puts("B->w"); }
15};
16
17class C : public A, public B {
18public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected