MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GenericReader

Method GenericReader

include/rapidjson/reader.h:388–388  ·  view source on GitHub ↗

Constructor. ! \param allocator Optional allocator for allocating stack memory. (Only use for non-destructive parsing) \param stackCapacity stack capacity in bytes for storing a single decoded string. (Only use for non-destructive parsing) */

Source from the content-addressed store, hash-verified

386 \param stackCapacity stack capacity in bytes for storing a single decoded string. (Only use for non-destructive parsing)
387 */
388 GenericReader(StackAllocator* stackAllocator = 0, size_t stackCapacity = kDefaultStackCapacity) : stack_(stackAllocator, stackCapacity), parseResult_() {}
389
390 //! Parse JSON text.
391 /*! \tparam parseFlags Combination of \ref ParseFlag.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected