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

Method CppMethod

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

Source from the content-addressed store, hash-verified

143 typedef Rcpp::XPtr<Class> XP ;
144
145 CppMethod() {}
146 virtual SEXP operator()(Class* /*object*/, SEXP* /*args*/) { return R_NilValue ; }
147 virtual ~CppMethod(){}
148 virtual int nargs(){ return 0 ; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected