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

Method Base

10-Embedding/mymodule.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 1

inheritance.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected