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

Method begin

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

Source from the content-addressed store, hash-verified

492 return sourceFile_; // #nocov
493 }
494 virtual const_iterator begin() const { return attributes_.begin(); }
495 virtual const_iterator end() const { return attributes_.end(); }
496
497 virtual const std::vector<std::string>& modules() const

Callers 15

exportedCppNameMethod · 0.45
parseSourceDependenciesFunction · 0.45
paramNamedMethod · 0.45
parseFunctionMethod · 0.45
parseArgumentsMethod · 0.45
ExportsGeneratorMethod · 0.45
dotNameHelperMethod · 0.45
doWriteFunctionsMethod · 0.45
~ExportsGeneratorsMethod · 0.45
writeBeginMethod · 0.45
writeFunctionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected