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

Function RCPP_FUN_1

src/module.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29typedef Rcpp::XPtr<Rcpp::CppFunctionBase> XP_Function;
30
31RCPP_FUN_1(bool, Class__has_default_constructor, XP_Class cl) {
32 return cl->has_default_constructor();
33}
34RCPP_FUN_2(SEXP, Module__get_function, XP_Module module, std::string fun) {
35 return module->get_function(fun);
36}

Callers

nothing calls this directly

Calls 10

functions_arityMethod · 0.80
functions_namesMethod · 0.80
classes_infoMethod · 0.80
method_namesMethod · 0.45
property_namesMethod · 0.45
property_classesMethod · 0.45
methods_arityMethod · 0.45
methods_voidnessMethod · 0.45
completeMethod · 0.45

Tested by

no test coverage detected