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

Method is_readonly

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

Source from the content-addressed store, hash-verified

460 SEXP get( Class* obj ){ return parent_property->get( (Parent*)obj ) ; }
461 void set( Class* obj, SEXP s) { parent_property->set( (Parent*)obj, s ) ; }
462 bool is_readonly(){ return parent_property->is_readonly() ; }
463 std::string get_class(){ return parent_property->get_class() ; }
464
465 private:

Callers

nothing calls this directly

Calls 1

is_readonlyMethod · 0.45

Tested by

no test coverage detected