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