MCPcopy Create free account
hub / github.com/Tencent/rapidjson / Default

Method Default

test/unittest/readertest.cpp:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104struct ParseDoubleHandler : BaseReaderHandler<UTF8<>, ParseDoubleHandler> {
105 ParseDoubleHandler() : step_(0), actual_() {}
106 bool Default() { ADD_FAILURE(); return false; }
107 bool Double(double d) { actual_ = d; step_++; return true; }
108
109 unsigned step_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected