Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_set
Function · 0.80
integer_names_get
Function · 0.80
list_iterator_
Function · 0.80
listof_names
Function · 0.80
lapplyCpp
Function · 0.80
functions_arity
Method · 0.80
methods_arity
Method · 0.80
methods_voidness
Method · 0.80
property_classes
Method · 0.80
fields
Method · 0.80
getMethods
Method · 0.80
classes_info
Method · 0.80
Calls
2
NamesProxy
Class · 0.85
const_NamesProxy
Class · 0.85
Tested by
no test coverage detected