MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / ShowExplanation

Method ShowExplanation

CppCoverage/OptionsParser.cpp:378–386  ·  view source on GitHub ↗

-------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

376
377 //-------------------------------------------------------------------------
378 void OptionsParser::ShowExplanation(std::wostream* emptyOptionsExplanation,
379 const char* message) const
380 {
381 if (emptyOptionsExplanation)
382 {
383 *emptyOptionsExplanation << message << std::endl;
384 *emptyOptionsExplanation << *programOptions_ << std::endl;
385 }
386 }
387
388 //-------------------------------------------------------------------------
389 boost::optional<Options> OptionsParser::Parse(int argc,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected