MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / OurFeatures

Class OurFeatures

src/share/jsoncpp/jsoncpp.cpp:1115–1127  ·  view source on GitHub ↗

exact copy of Features

Source from the content-addressed store, hash-verified

1113
1114// exact copy of Features
1115class OurFeatures {
1116public:
1117 static OurFeatures all();
1118 bool allowComments_;
1119 bool strictRoot_;
1120 bool allowDroppedNullPlaceholders_;
1121 bool allowNumericKeys_;
1122 bool allowSingleQuotes_;
1123 bool failIfExtra_;
1124 bool rejectDupKeys_;
1125 bool allowSpecialFloats_;
1126 int stackLimit_;
1127}; // OurFeatures
1128
1129// exact copy of Implementation of class Features
1130// ////////////////////////////////

Callers 1

allMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected