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

Method RExportsGenerator

src/attributes.cpp:2441–2451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2439 }
2440
2441 RExportsGenerator::RExportsGenerator(const std::string& packageDir,
2442 const std::string& package,
2443 bool registration,
2444 const std::string& fileSep)
2445 : ExportsGenerator(
2446 packageDir + fileSep + "R" + fileSep + "RcppExports.R",
2447 package,
2448 "#"),
2449 registration_(registration)
2450 {
2451 }
2452
2453 void RExportsGenerator::doWriteFunctions(
2454 const SourceFileAttributes& attributes,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected