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

Method add

src/attributes.cpp:2559–2561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2557 }
2558
2559 void ExportsGenerators::add(ExportsGenerator* pGenerator) {
2560 generators_.push_back(pGenerator);
2561 }
2562
2563 void ExportsGenerators::writeBegin() {
2564 for(Itr it = generators_.begin(); it != generators_.end(); ++it)

Callers 1

compileAttributesFunction · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected