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

Method FieldProxy

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

Source from the content-addressed store, hash-verified

27 class FieldProxy : public GenericProxy<FieldProxy> {
28 public:
29 FieldProxy( CLASS& v, const std::string& name) :
30 parent(v), field_name(name) {}
31
32 FieldProxy& operator=(const FieldProxy& rhs);
33

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected