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

Method FilterKeyReader

example/filterkeydom/filterkeydom.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 typedef char Ch;
114
115 FilterKeyReader(InputStream& is, const Ch* keyString, SizeType keyLength) :
116 is_(is), keyString_(keyString), keyLength_(keyLength), parseResult_()
117 {}
118
119 // SAX event flow: reader -> filter -> handler
120 template <typename Handler>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected