MCPcopy Create free account
hub / github.com/PlayFab/gsdk / OurFeatures

Class OurFeatures

cpp/cppsdk/jsoncpp.cpp:1126–1138  ·  view source on GitHub ↗

exact copy of Features

Source from the content-addressed store, hash-verified

1124
1125// exact copy of Features
1126class OurFeatures {
1127public:
1128 static OurFeatures all();
1129 bool allowComments_;
1130 bool strictRoot_;
1131 bool allowDroppedNullPlaceholders_;
1132 bool allowNumericKeys_;
1133 bool allowSingleQuotes_;
1134 bool failIfExtra_;
1135 bool rejectDupKeys_;
1136 bool allowSpecialFloats_;
1137 int stackLimit_;
1138}; // OurFeatures
1139
1140// exact copy of Implementation of class Features
1141// ////////////////////////////////

Callers 1

allMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected