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

Method FunctionFinalizer

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

Source from the content-addressed store, hash-verified

478 public:
479 typedef void (*Pointer)(Class*) ;
480 FunctionFinalizer( Pointer p ) : finalizer(p){} ;
481
482 virtual void run(Class* object){
483 finalizer( object ) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected