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

Class AnalyzerReport

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

Source from the content-addressed store, hash-verified

14
15namespace ftg {
16class AnalyzerReport : public JsonSerializable {
17public:
18 virtual ~AnalyzerReport() = default;
19 virtual const std::string getReportType() const = 0;
20 virtual Json::Value toJson() const override = 0;
21 virtual bool fromJson(Json::Value Report) override = 0;
22};
23} // namespace ftg
24
25#endif // FTG_ANALYZERREPORT_H

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected