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

Function CppClass

inst/include/Rcpp/Module.h:574–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572 typedef XPtr<class_Base> XP_Class ;
573 typedef Rcpp::XPtr<Rcpp::Module> XP ;
574 CppClass( SEXP x) : S4(x){}; // #nocov
575
576 CppClass( Module* p, class_Base* cl, std::string& buffer ) : S4("C++Class") {
577 XP_Class clxp( cl, false, R_NilValue, R_NilValue ) ;

Callers 2

classes_infoMethod · 0.50
get_classMethod · 0.50

Calls 4

fieldsMethod · 0.45
getMethodsMethod · 0.45
getConstructorsMethod · 0.45
get_typeinfo_nameMethod · 0.45

Tested by

no test coverage detected