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

Method SignedConstructor

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

Source from the content-addressed store, hash-verified

254 public:
255
256 SignedConstructor(
257 Constructor_Base<Class>* ctor_,
258 ValidConstructor valid_,
259 const char* doc
260 ) : ctor(ctor_), valid(valid_), docstring(doc == 0 ? "" : doc){}
261
262 Constructor_Base<Class>* ctor ;
263 ValidConstructor valid ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected