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

Method get_class_pointer

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

Source from the content-addressed store, hash-verified

209 CppClass get_class( const std::string& cl ) ;
210
211 class_Base* get_class_pointer(const std::string& cl){
212 CLASS_MAP::iterator it = classes.find(cl) ;
213 if( it == classes.end() ) throw std::range_error( "no such class" ) ;
214 return it->second ;
215 }
216
217 std::string name ;
218

Callers 2

get_instanceMethod · 0.80
class_Class · 0.80

Calls 1

endMethod · 0.45

Tested by

no test coverage detected