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

Method name

06-VirtualFunctionsInPython/virtual.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 1

identifyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected