MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / Type

Enum Type

gui/report.h:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36class Report : public QObject {
37public:
38 enum Type : std::uint8_t {
39 TXT,
40 XMLV2,
41 CSV,
42 };
43
44 explicit Report(QString filename);
45 ~Report() override;

Callers 1

cppcheck_ja.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected