MCPcopy Create free account
hub / github.com/Vector35/debugger / Bar

Class Bar

test/src/helloworld_virtual.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8};
9
10class Bar : public Foo {
11public:
12 virtual void bar() {
13 printf("Bar!\n");
14 }
15};
16
17class Baz : public Bar {
18public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected