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

Method signature

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

Source from the content-addressed store, hash-verified

265
266 inline int nargs(){ return ctor->nargs() ; }
267 inline void signature(std::string& buffer, const std::string& class_name){
268 ctor->signature(buffer, class_name) ;
269 }
270 } ;
271
272 template <typename Class>

Callers

nothing calls this directly

Calls 1

signatureMethod · 0.45

Tested by

no test coverage detected