MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / IsCheck

Class IsCheck

edrav2/eprj/jsoncpp/src/test_lib_json/main.cpp:81–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 }
80
81 struct IsCheck {
82 /// Initialize all checks to \c false by default.
83 IsCheck();
84
85 bool isObject_{false};
86 bool isArray_{false};
87 bool isBool_{false};
88 bool isString_{false};
89 bool isNull_{false};
90
91 bool isInt_{false};
92 bool isInt64_{false};
93 bool isUInt_{false};
94 bool isUInt64_{false};
95 bool isIntegral_{false};
96 bool isDouble_{false};
97 bool isNumeric_{false};
98 };
99
100 void checkConstMemberCount(const Json::Value& value,
101 unsigned int expectedCount);

Callers 2

JSONTEST_FIXTUREFunction · 0.85
main.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected