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

Method FastWriter

src/jsoncpp.cpp:4360–4362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4358// //////////////////////////////////////////////////////////////////
4359
4360FastWriter::FastWriter()
4361 : yamlCompatiblityEnabled_(false), dropNullPlaceholders_(false),
4362 omitEndingLineFeed_(false) {}
4363
4364void FastWriter::enableYAMLCompatibility() { yamlCompatiblityEnabled_ = true; }
4365

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected