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

Method name

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

Source from the content-addressed store, hash-verified

6 std::string mName;
7public:
8 std::string name() const { return mName; }
9 static Example* factory()
10 {
11 return new Example("factory");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected