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

Method World

inst/skeleton/rcpp_module.cpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48class World {
49public:
50 World() : msg("hello") {}
51 void set(std::string msg) { this->msg = msg; }
52 std::string greet() { return msg; }
53

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected