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

Method CppFunctionBase

inst/include/Rcpp/module/CppFunction.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 class CppFunctionBase {
32 public:
33 CppFunctionBase() {}
34 virtual ~CppFunctionBase(){} ;
35
36 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected