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

Method greet

03-Constructors/ctor.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12 }
13 void set(std::string msg) { mMsg = msg; }
14 std::string greet() { return mMsg; }
15 std::string mMsg;
16};
17

Callers 2

hello.pyFile · 0.45
ctor.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected