Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TNG/boost-python-examples
/ ~Base
Method
~Base
13-AutoInstantiation/myextension.hpp:7–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
Base() : mName(
"Base"
) {}
6
Base(const std::string& name) : mName(name) {}
7
virtual ~Base() {}
8
std::string name() const
9
{ return mName; }
10
private:
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected