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

Class Arg

gui/cppchecklibrarydata.h:93–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 QString secure;
92 } formatstr;
93 struct Arg {
94 QString name;
95 unsigned int nr{};
96 static const unsigned int ANY;
97 static const unsigned int VARIADIC;
98 QString defaultValue;
99 bool notbool{};
100 bool notnull{};
101 bool notuninit{};
102 bool formatstr{};
103 bool strz{};
104 QString valid;
105 struct MinSize {
106 QString type;
107 QString arg;
108 QString arg2;
109 };
110 QList<MinSize> minsizes;
111 struct Iterator {
112 int container = -1;
113 QString type;
114 } iterator;
115 };
116 QList<Arg> args;
117
118 struct {

Callers 1

cppcheck_ja.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected