| 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 ; } |
nothing calls this directly
no outgoing calls
no test coverage detected