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

Method w

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

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected