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

Method signature

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

Source from the content-addressed store, hash-verified

227 }
228 virtual int nargs(){ return sizeof...(T) ; }
229 virtual void signature(std::string& s, const std::string& class_name ){
230 ctor_signature<T...>(s, class_name) ;
231 }
232 private:
233 template<int... I>
234 Class* get_new( SEXP* args, traits::index_sequence<I...> ){

Callers 6

signatureMethod · 0.45
signatureMethod · 0.45
signatureMethod · 0.45
signatureMethod · 0.45
S4_CppConstructorFunction · 0.45
S4_CppOverloadedMethodsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected