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

Method name

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

Source from the content-addressed store, hash-verified

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

Callers 2

fbFunction · 0.45
fdFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected