// Generated by using Rcpp::compileAttributes() -> do not edit by hand // Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393 #include using namespace Rcpp; #ifdef RCPP_USE_GLOBAL_ROSTREAM Rcpp::Rostream& Rcpp::Rcout = Rcpp::Rcpp_cout_get(); Rcpp::Rostream& Rcpp::Rcerr = Rcpp::Rcpp_cerr_get(); #endif // rcpp_osmdata_df Rcpp::List rcpp_osmdata_df(const std::string& st); RcppExport SEXP _osmdata_rcpp_osmdata_df(SEXP stSEXP) { BEGIN_RCPP Rcpp::RObject rcpp_result_gen; Rcpp::RNGScope rcpp_rngScope_gen; Rcpp::traits::input_parameter< const std::string& >::type st(stSEXP); rcpp_result_gen = Rcpp::wrap(rcpp_osmdata_df(st)); return rcpp_result_gen; END_RCPP } // rcpp_osmdata_sc Rcpp::List rcpp_osmdata_sc(const std::string& st); RcppExport SEXP _osmdata_rcpp_osmdata_sc(SEXP stSEXP) { BEGIN_RCPP Rcpp::RObject rcpp_result_gen; Rcpp::RNGScope rcpp_rngScope_gen; Rcpp::traits::input_parameter< const std::string& >::type st(stSEXP); rcpp_result_gen = Rcpp::wrap(rcpp_osmdata_sc(st)); return rcpp_result_gen; END_RCPP } // rcpp_osmdata_sf Rcpp::List rcpp_osmdata_sf(const std::string& st); RcppExport SEXP _osmdata_rcpp_osmdata_sf(SEXP stSEXP) { BEGIN_RCPP Rcpp::RObject rcpp_result_gen; Rcpp::RNGScope rcpp_rngScope_gen; Rcpp::traits::input_parameter< const std::string& >::type st(stSEXP); rcpp_result_gen = Rcpp::wrap(rcpp_osmdata_sf(st)); return rcpp_result_gen; END_RCPP } // rcpp_osmdata_sp Rcpp::List rcpp_osmdata_sp(const std::string& st); RcppExport SEXP _osmdata_rcpp_osmdata_sp(SEXP stSEXP) { BEGIN_RCPP Rcpp::RObject rcpp_result_gen; Rcpp::RNGScope rcpp_rngScope_gen; Rcpp::traits::input_parameter< const std::string& >::type st(stSEXP); rcpp_result_gen = Rcpp::wrap(rcpp_osmdata_sp(st)); return rcpp_result_gen; END_RCPP }