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

Function S4_getslots

inst/tinytest/cpp/S4.cpp:37–40  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

35
36// [[Rcpp::export]]
37void S4_getslots( S4 y){
38 y.slot( "x" ) = 10.0 ;
39 y.slot( "y" ) = 20.0 ;
40}
41
42// [[Rcpp::export]]
43void S4_setslots( S4 y ){

Callers

nothing calls this directly

Calls 1

slotMethod · 0.80

Tested by

no test coverage detected