Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ S4_setslots
Function
S4_setslots
inst/tinytest/cpp/S4.cpp:43–45 ·
view source on GitHub ↗
[[Rcpp::export]]
Source
from the content-addressed store, hash-verified
41
42
// [[Rcpp::export]]
43
void S4_setslots( S4 y ){
44
y.slot(
"foo"
) = 10.0 ;
45
}
46
47
// [[Rcpp::export]]
48
void S4_setslots_2( S4 y){
Callers
nothing calls this directly
Calls
1
slot
Method · 0.80
Tested by
no test coverage detected