Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
class Report : public QObject {
37
public:
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.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected