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

Method CppInheritedMethod

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

Source from the content-addressed store, hash-verified

158 typedef CppMethod<Parent> ParentMethod ;
159
160 CppInheritedMethod( ParentMethod* parent_method_pointer_ ) :
161 parent_method_pointer(parent_method_pointer_)
162 {}
163
164 SEXP operator()( Class* object, SEXP* args){
165 return (*parent_method_pointer)( (Parent*)object, args ) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected