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

Method has_class

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

Source from the content-addressed store, hash-verified

203 }
204
205 inline bool has_class( const std::string& m){
206 return classes.find(m) != classes.end() ;
207 } // #nocov end
208
209 CppClass get_class( const std::string& cl ) ;
210

Callers 2

get_instanceMethod · 0.80
RCPP_FUN_2Function · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected