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

Method names

inst/include/Rcpp/proxy/NamesProxy.h:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 } ;
81
82 NamesProxy names() {
83 return NamesProxy( static_cast<CLASS&>(*this) ) ;
84 }
85
86 const_NamesProxy names() const {
87 return const_NamesProxy(static_cast<const CLASS&>(*this) ) ;

Callers 13

integer_names_setFunction · 0.80
integer_names_getFunction · 0.80
list_iterator_Function · 0.80
listof_namesFunction · 0.80
lapplyCppFunction · 0.80
functions_arityMethod · 0.80
methods_arityMethod · 0.80
methods_voidnessMethod · 0.80
property_classesMethod · 0.80
fieldsMethod · 0.80
getMethodsMethod · 0.80
classes_infoMethod · 0.80

Calls 2

NamesProxyClass · 0.85
const_NamesProxyClass · 0.85

Tested by

no test coverage detected