forked from r-spatial/mapview
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRcppExports.cpp
More file actions
125 lines (122 loc) · 4.43 KB
/
Copy pathRcppExports.cpp
File metadata and controls
125 lines (122 loc) · 4.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
// This file was generated by Rcpp::compileAttributes
// Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
#include <Rcpp.h>
using namespace Rcpp;
// gsubC
std::string gsubC(const std::string& pattern, const std::string& replacement, std::string x);
RcppExport SEXP mapview_gsubC(SEXP patternSEXP, SEXP replacementSEXP, SEXP xSEXP) {
BEGIN_RCPP
Rcpp::RObject __result;
Rcpp::RNGScope __rngScope;
Rcpp::traits::input_parameter< const std::string& >::type pattern(patternSEXP);
Rcpp::traits::input_parameter< const std::string& >::type replacement(replacementSEXP);
Rcpp::traits::input_parameter< std::string >::type x(xSEXP);
__result = Rcpp::wrap(gsubC(pattern, replacement, x));
return __result;
END_RCPP
}
// brewPopupRowC
std::string brewPopupRowC(std::string colname, std::string value);
RcppExport SEXP mapview_brewPopupRowC(SEXP colnameSEXP, SEXP valueSEXP) {
BEGIN_RCPP
Rcpp::RObject __result;
Rcpp::RNGScope __rngScope;
Rcpp::traits::input_parameter< std::string >::type colname(colnameSEXP);
Rcpp::traits::input_parameter< std::string >::type value(valueSEXP);
__result = Rcpp::wrap(brewPopupRowC(colname, value));
return __result;
END_RCPP
}
// brewPopupRowAltC
std::string brewPopupRowAltC(std::string colname, std::string value);
RcppExport SEXP mapview_brewPopupRowAltC(SEXP colnameSEXP, SEXP valueSEXP) {
BEGIN_RCPP
Rcpp::RObject __result;
Rcpp::RNGScope __rngScope;
Rcpp::traits::input_parameter< std::string >::type colname(colnameSEXP);
Rcpp::traits::input_parameter< std::string >::type value(valueSEXP);
__result = Rcpp::wrap(brewPopupRowAltC(colname, value));
return __result;
END_RCPP
}
// brewPopupCoords
std::string brewPopupCoords(std::string colname, std::string value);
RcppExport SEXP mapview_brewPopupCoords(SEXP colnameSEXP, SEXP valueSEXP) {
BEGIN_RCPP
Rcpp::RObject __result;
Rcpp::RNGScope __rngScope;
Rcpp::traits::input_parameter< std::string >::type colname(colnameSEXP);
Rcpp::traits::input_parameter< std::string >::type value(valueSEXP);
__result = Rcpp::wrap(brewPopupCoords(colname, value));
return __result;
END_RCPP
}
// mergePopupRows
std::string mergePopupRows(CharacterVector names, CharacterVector values);
RcppExport SEXP mapview_mergePopupRows(SEXP namesSEXP, SEXP valuesSEXP) {
BEGIN_RCPP
Rcpp::RObject __result;
Rcpp::RNGScope __rngScope;
Rcpp::traits::input_parameter< CharacterVector >::type names(namesSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type values(valuesSEXP);
__result = Rcpp::wrap(mergePopupRows(names, values));
return __result;
END_RCPP
}
// createTemplate
std::string createTemplate(std::string tmpPath);
RcppExport SEXP mapview_createTemplate(SEXP tmpPathSEXP) {
BEGIN_RCPP
Rcpp::RObject __result;
Rcpp::RNGScope __rngScope;
Rcpp::traits::input_parameter< std::string >::type tmpPath(tmpPathSEXP);
__result = Rcpp::wrap(createTemplate(tmpPath));
return __result;
END_RCPP
}
// listPopupTemplates
List listPopupTemplates(CharacterMatrix x, CharacterVector names, std::string tmpPath);
RcppExport SEXP mapview_listPopupTemplates(SEXP xSEXP, SEXP namesSEXP, SEXP tmpPathSEXP) {
BEGIN_RCPP
Rcpp::RObject __result;
Rcpp::RNGScope __rngScope;
Rcpp::traits::input_parameter< CharacterMatrix >::type x(xSEXP);
Rcpp::traits::input_parameter< CharacterVector >::type names(namesSEXP);
Rcpp::traits::input_parameter< std::string >::type tmpPath(tmpPathSEXP);
__result = Rcpp::wrap(listPopupTemplates(x, names, tmpPath));
return __result;
END_RCPP
}
// df2String
CharacterMatrix df2String(DataFrame x);
RcppExport SEXP mapview_df2String(SEXP xSEXP) {
BEGIN_RCPP
Rcpp::RObject __result;
Rcpp::RNGScope __rngScope;
Rcpp::traits::input_parameter< DataFrame >::type x(xSEXP);
__result = Rcpp::wrap(df2String(x));
return __result;
END_RCPP
}
// one2JSON
std::string one2JSON(CharacterVector x);
RcppExport SEXP mapview_one2JSON(SEXP xSEXP) {
BEGIN_RCPP
Rcpp::RObject __result;
Rcpp::RNGScope __rngScope;
Rcpp::traits::input_parameter< CharacterVector >::type x(xSEXP);
__result = Rcpp::wrap(one2JSON(x));
return __result;
END_RCPP
}
// all2JSONlist
List all2JSONlist(CharacterMatrix x);
RcppExport SEXP mapview_all2JSONlist(SEXP xSEXP) {
BEGIN_RCPP
Rcpp::RObject __result;
Rcpp::RNGScope __rngScope;
Rcpp::traits::input_parameter< CharacterMatrix >::type x(xSEXP);
__result = Rcpp::wrap(all2JSONlist(x));
return __result;
END_RCPP
}