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

Method CppExportsGenerator

src/attributes.cpp:1948–1956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1946 }
1947
1948 CppExportsGenerator::CppExportsGenerator(const std::string& packageDir,
1949 const std::string& package,
1950 const std::string& fileSep)
1951 : ExportsGenerator(
1952 packageDir + fileSep + "src" + fileSep + "RcppExports.cpp",
1953 package,
1954 "//")
1955 {
1956 }
1957
1958 void CppExportsGenerator::doWriteFunctions(
1959 const SourceFileAttributes& attributes,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected