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

Method signature

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

Source from the content-addressed store, hash-verified

285
286 inline int nargs(){ return fact->nargs() ; }
287 inline void signature(std::string& buffer, const std::string& class_name){
288 fact->signature(buffer, class_name) ;
289 }
290 } ;
291
292

Callers

nothing calls this directly

Calls 1

signatureMethod · 0.45

Tested by

no test coverage detected