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

Method EndValue

example/filterkey/filterkey.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 FilterKeyHandler& operator=(const FilterKeyHandler&);
94
95 bool EndValue() {
96 if (filterValueDepth_ == 1) // Just at the end of value after filtered key
97 filterValueDepth_ = 0;
98 return true;
99 }
100
101 OutputHandler& outputHandler_;
102 const char* keyString_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected