MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / OurFeatures

Class OurFeatures

src/jsoncpp.cpp:1097–1109  ·  view source on GitHub ↗

exact copy of Features

Source from the content-addressed store, hash-verified

1095
1096// exact copy of Features
1097class OurFeatures {
1098public:
1099 static OurFeatures all();
1100 bool allowComments_;
1101 bool strictRoot_;
1102 bool allowDroppedNullPlaceholders_;
1103 bool allowNumericKeys_;
1104 bool allowSingleQuotes_;
1105 bool failIfExtra_;
1106 bool rejectDupKeys_;
1107 bool allowSpecialFloats_;
1108 int stackLimit_;
1109}; // OurFeatures
1110
1111// exact copy of Implementation of class Features
1112// ////////////////////////////////

Callers 1

allMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected