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

Method get_class

inst/include/Rcpp/module/Module_Field.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 void set(Class* object, SEXP value) { throw std::range_error("read only data member") ; }
58 bool is_readonly(){ return true ; }
59 std::string get_class(){ return class_name; }
60
61private:
62 pointer ptr ;

Callers 2

property_classMethod · 0.45
property_classesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected