Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ get
Method
get
inst/include/Rcpp/proxy/SlotProxy.h:51–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
SEXP slot_name ;
50
51
SEXP get() const {
52
return R_do_slot( parent, slot_name ) ;
53
}
54
void set(SEXP x ) {
55
parent = R_do_slot_assign(parent, slot_name, x);
56
}
Callers
1
SlotProxy
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected