MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / ~ExportsGenerators

Method ~ExportsGenerators

src/attributes.cpp:2550–2557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2548 }
2549
2550 ExportsGenerators::~ExportsGenerators() {
2551 try {
2552 for(Itr it = generators_.begin(); it != generators_.end(); ++it)
2553 delete *it;
2554 generators_.clear();
2555 }
2556 catch(...) {}
2557 }
2558
2559 void ExportsGenerators::add(ExportsGenerator* pGenerator) {
2560 generators_.push_back(pGenerator);

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected