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

Method get_class

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

Source from the content-addressed store, hash-verified

443 virtual void set(Class*, SEXP) { throw std::range_error("cannot set property"); }
444 virtual bool is_readonly(){ return false; }
445 virtual std::string get_class(){ return ""; }
446
447 std::string docstring ;
448 } ;

Callers 3

get_classMethod · 0.45
S4_fieldMethod · 0.45
RCPP_FUN_2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected