MCPcopy Create free account
hub / github.com/TNG/boost-python-examples / ~Base

Method ~Base

05-Inheritance/inheritance.cpp:8–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6public:
7 virtual std::string name() const { return "Base"; }
8 virtual ~Base() {}
9};
10
11class Derived : public Base

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected