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

Method run_finalizer

inst/include/Rcpp/module/class.h:501–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499 }
500
501 virtual void run_finalizer( SEXP object ){
502 finalizer_pointer->run( XP(object) ) ;
503 }
504
505 void SetFinalizer( finalizer_class* f ){
506 self* ptr = get_instance() ;

Callers 1

RCPP_FUN_2Function · 0.45

Calls 1

runMethod · 0.80

Tested by

no test coverage detected