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

Method Features

src/jsoncpp.cpp:246–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244// ////////////////////////////////
245
246Features::Features()
247 : allowComments_(true), strictRoot_(false),
248 allowDroppedNullPlaceholders_(false), allowNumericKeys_(false) {}
249
250Features Features::all() { return Features(); }
251

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected