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

Method signature

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

Source from the content-addressed store, hash-verified

168 inline bool is_void(){ return parent_method_pointer->is_void() ; }
169 inline bool is_const(){ return parent_method_pointer->is_const() ; }
170 inline void signature(std::string& s, const char* name){ return parent_method_pointer->signature(s, name) ; }
171
172 private:
173 ParentMethod* parent_method_pointer ;

Callers

nothing calls this directly

Calls 1

signatureMethod · 0.45

Tested by

no test coverage detected