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

Method filePath

inst/include/Rcpp/exceptions.h:93–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 virtual ~file_io_error() throw() {};
92 virtual const char* what() const throw() { return message.c_str(); };
93 std::string filePath() const throw() { return file; }; // #nocov end
94 private:
95 std::string message;
96 std::string file;

Callers 1

compileAttributesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected