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

Method exportedCppName

src/attributes.cpp:373–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

371 }
372
373 std::string exportedCppName() const { // #nocov start
374 std::string name = exportedName();
375 std::replace(name.begin(), name.end(), '.', '_');
376 return name;
377 } // #nocov end
378
379 bool rng() const {
380 Param rngParam = paramNamed(kExportRng);

Callers 1

doWriteFunctionsMethod · 0.80

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected