MCPcopy Create free account
hub / github.com/Illumina/paragraph / OurFeatures

Class OurFeatures

external/jsoncpp/jsoncpp.cpp:1111–1123  ·  view source on GitHub ↗

exact copy of Features

Source from the content-addressed store, hash-verified

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

Callers 1

allMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected