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

Method bar

test/src/helloworld_virtual.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17class Baz : public Bar {
18public:
19 virtual void bar() {
20 printf("Baz!\n");
21 }
22};
23
24int main(int ac, char **av)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected