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

Method set

02-ExposingClasses/classes.cpp:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9struct World
10{
11 void set(std::string msg) { mMsg = msg; }
12 void many(boost::python::list msgs) {
13 long l = len(msgs);
14 std::stringstream ss;

Callers 1

classes.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected