MCPcopy Create free account
hub / github.com/charto/nbind / PrimitiveMethods

Method PrimitiveMethods

test/PrimitiveMethods.cc:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9public:
10
11 PrimitiveMethods() { PrimitiveMethods::state = 42; }
12 PrimitiveMethods(int state) { PrimitiveMethods::state = state; }
13 PrimitiveMethods(int state, std::string str) {
14 PrimitiveMethods::state = state;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected