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

Method Base

13-AutoInstantiation/myextension.hpp:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3class Base {
4public:
5 Base() : mName("Base") {}
6 Base(const std::string& name) : mName(name) {}
7 virtual ~Base() {}
8 std::string name() const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected