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

Method inherits

inst/include/Rcpp/storage/PreserveStorage.h:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 inline bool inherits(const char* clazz) const {
72 return ::Rf_inherits( data, clazz) ;
73 }
74
75 inline operator SEXP() const { return data; }
76

Callers 2

inherits_Function · 0.45
test_cpp_interfaceFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_cpp_interfaceFunction · 0.36