MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / ModRefWorld

Method ModRefWorld

inst/tinytest/cpp/modref.cpp:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25class ModRefWorld {
26public:
27 ModRefWorld() : foo(1), msg("hello") {}
28 void set(std::string msg_) { this->msg = msg_; }
29 std::string greet() { return msg; }
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected