MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / Finalize_

Method Finalize_

IntelPresentMon/CommonUtilities/cli/CliFramework.cpp:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 elementPtrs_.push_back(pElement);
85 }
86 void OptionsContainer::Finalize_(int argc, const char* const* argv)
87 {
88 app_.parse(argc, argv);
89 finalized_ = true;
90 }
91 int OptionsContainer::Exit_(const CLI::ParseError& e, bool captureDiagnostics)
92 {
93 if (captureDiagnostics) {

Callers 1

InitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected