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

Method attr

inst/include/Rcpp/proxy/AttributeProxy.h:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 } ;
72
73 AttributeProxy attr( const std::string& name){
74 return AttributeProxy( static_cast<CLASS&>( *this ), name ) ;
75 }
76 const_AttributeProxy attr( const std::string& name) const {
77 return const_AttributeProxy( static_cast<const CLASS&>( *this ), name ) ;
78 }

Callers 15

AttributeProxyFunction · 0.80
attr_Function · 0.80
attr_setFunction · 0.80
S4_get_attr_xFunction · 0.80
listof_attr_fooFunction · 0.80
from_listMethod · 0.80
copy_stack_trace_to_rMethod · 0.80
TimerClass · 0.80
Matrix.hFile · 0.80
push_back__implMethod · 0.80
push_back_name__implMethod · 0.80
push_front__implMethod · 0.80

Calls 2

AttributeProxyClass · 0.70

Tested by

no test coverage detected