1 #ifndef RAPIDJSON_PRETTYWRITER_H_
2 #define RAPIDJSON_PRETTYWRITER_H_
14 template<
typename Stream,
typename Encoding = UTF8<>,
typename Allocator = MemoryPoolAllocator<> >
34 RAPIDJSON_ASSERT(indentChar ==
' ' || indentChar ==
'\t' || indentChar ==
'\n' || indentChar ==
'\r');
69 bool empty =
Base::level_stack_.template Pop<typename Base::Level>(1)->valueCount == 0;
90 bool empty =
Base::level_stack_.template Pop<typename Base::Level>(1)->valueCount == 0;
156 #endif // RAPIDJSON_RAPIDJSON_H_