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

Method Example

08-CallPolicies/policies.cpp:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4class Example {
5 Example(std::string n) : mName(n) {}
6 std::string mName;
7public:
8 std::string name() const { return mName; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected