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

Method ModuleNum

inst/tinytest/cpp/Module.cpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77class ModuleNum{
78public:
79 ModuleNum() : x(0.0), y(0) {};
80
81 double getX() const { return x; }
82 void setX(double value) { x = value; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected