| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected