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

Method SetFinalizer

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

Source from the content-addressed store, hash-verified

503 }
504
505 void SetFinalizer( finalizer_class* f ){
506 self* ptr = get_instance() ;
507 if( ptr->finalizer_pointer ) delete ptr->finalizer_pointer ;
508 ptr->finalizer_pointer = f ;
509 }
510
511 map_vec_signed_method vec_methods ;
512 PROPERTY_MAP properties ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected