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

Method SignedMethod

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

Source from the content-addressed store, hash-verified

295 public:
296 typedef CppMethod<Class> METHOD ;
297 SignedMethod( METHOD* m, ValidMethod valid_, const char* doc ) : method(m), valid(valid_), docstring(doc == 0 ? "" : doc) {}
298
299 METHOD* method ;
300 ValidMethod valid ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected