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

Method SignedFactory

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

Source from the content-addressed store, hash-verified

274 public:
275
276 SignedFactory(
277 Factory_Base<Class>* fact_,
278 ValidConstructor valid_,
279 const char* doc
280 ) : fact(fact_), valid(valid_), docstring(doc == 0 ? "" : doc){}
281
282 Factory_Base<Class>* fact ;
283 ValidConstructor valid ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected