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

Class Derived

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

Source from the content-addressed store, hash-verified

9};
10
11class Derived : public Base
12{
13public:
14 virtual std::string name() const { return "Derived"; }
15};
16
17void fb(Base *b)
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected