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

Method Binding

inst/include/Rcpp/proxy/Binding.h:29–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 class Binding : public GenericProxy<Binding> {
28 public:
29 Binding( EnvironmentClass& env_, const std::string& name_) :
30 env(env_), name(name_){}
31
32 inline bool active() const {
33 return env.bindingIsActive(name) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected