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

Method StackStream

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

Source from the content-addressed store, hash-verified

779 typedef CharType Ch;
780
781 StackStream(internal::Stack<StackAllocator>& stack) : stack_(stack), length_(0) {}
782 RAPIDJSON_FORCEINLINE void Put(Ch c) {
783 *stack_.template Push<Ch>() = c;
784 ++length_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected