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

Method field

inst/include/Rcpp/proxy/FieldProxy.h:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 } ;
76
77 FieldProxy field(const std::string& name){
78 return FieldProxy( static_cast<CLASS&>(*this), name ) ;
79 }
80 const_FieldProxy field(const std::string& name) const {
81 return const_FieldProxy( static_cast<const CLASS&>(*this), name ) ;
82 }

Callers 3

RCPP_MODULEFunction · 0.80
RCPP_MODULEFunction · 0.80
runit_Reference_getIdFunction · 0.80

Calls 2

FieldProxyClass · 0.85
const_FieldProxyClass · 0.85

Tested by

no test coverage detected