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

Method AddClass

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

Source from the content-addressed store, hash-verified

195 }
196
197 inline void AddClass(const char* name_ , class_Base* cptr){
198 classes.insert( CLASS_PAIR( name_ , cptr ) ) ;
199 }
200
201 inline bool has_function( const std::string& m){ // #nocov start
202 return functions.find(m) != functions.end() ;

Callers 1

get_instanceMethod · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected