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

Method class_Base

inst/include/Rcpp/module/class_Base.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 typedef Rcpp::XPtr<class_Base> XP_Class ;
29
30 class_Base() : name(), docstring(), enums(), parents() {} ;
31 class_Base(const char* name_, const char* doc) :
32 name(name_), docstring( doc == 0 ? "" : doc ), enums(), parents() {} ;
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected