MCPcopy Create free account
hub / github.com/Samsung/UTopia / Analyzer

Class Analyzer

include/ftg/Analyzer.h:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15namespace ftg {
16class Analyzer {
17public:
18 virtual ~Analyzer() = default;
19 /// Returns pointer of a report instance that contains its analysis result.
20 /// The report will be derived class of AnalyzerReport.
21 virtual std::unique_ptr<AnalyzerReport> getReport() = 0;
22};
23} // namespace ftg
24
25#endif // FTG_ANALYZER_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected