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

Method Module

inst/include/Rcpp/module/Module.h:38–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 typedef CLASS_MAP::iterator CLASS_ITERATOR ;
37
38 Module() :
39 name(), functions(), classes(), prefix() {}
40
41 Module(const char* name_) :
42 name(name_), functions(), classes(), prefix("Rcpp_module_"){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected