Searched refs:StreamWriter (Results 1 – 9 of 9) sorted by relevance
41 class JSON_API StreamWriter {45 StreamWriter();46 virtual ~StreamWriter();64 virtual StreamWriter* newStreamWriter() const = 0;71 String JSON_API writeString(StreamWriter::Factory const& factory,89 class JSON_API StreamWriterBuilder : public StreamWriter::Factory {127 StreamWriter* newStreamWriter() const override;
16 class StreamWriter; variable
15 const std::unique_ptr<Json::StreamWriter> writer(builder.newStreamWriter()); in main()
89 using StreamWriterPtr = std::unique_ptr<StreamWriter>;91 using StreamWriterPtr = std::auto_ptr<StreamWriter>;879 struct BuiltStyledStreamWriter : public StreamWriter {1158 StreamWriter::StreamWriter() : sout_(nullptr) {} in StreamWriter() function in Json::StreamWriter1159 StreamWriter::~StreamWriter() = default;1160 StreamWriter::Factory::~Factory() = default;1163 StreamWriter* StreamWriterBuilder::newStreamWriter() const { in newStreamWriter()1246 String writeString(StreamWriter::Factory const& factory, Value const& root) { in writeString()
1839 class JSON_API StreamWriter {1843 StreamWriter();1844 virtual ~StreamWriter();1861 virtual StreamWriter* newStreamWriter() const = 0;1868 JSONCPP_STRING JSON_API writeString(StreamWriter::Factory const& factory, Value const& root);1886 class JSON_API StreamWriterBuilder : public StreamWriter::Factory {1919 StreamWriter* newStreamWriter() const JSONCPP_OVERRIDE;
4263 typedef std::unique_ptr<StreamWriter> StreamWriterPtr;4265 typedef std::auto_ptr<StreamWriter> StreamWriterPtr;5033 struct BuiltStyledStreamWriter : public StreamWriter5312 StreamWriter::StreamWriter() in StreamWriter() function in AlibabaCloud::OSS::Json::StreamWriter5316 StreamWriter::~StreamWriter() in ~StreamWriter()5319 StreamWriter::Factory::~Factory() in ~Factory()5327 StreamWriter* StreamWriterBuilder::newStreamWriter() const in newStreamWriter()5403 JSONCPP_STRING writeString(StreamWriter::Factory const& builder, Value const& root) { in writeString()
54 const std::unique_ptr<Json::StreamWriter> writer(builder.newStreamWriter()); in jsoncpp_comp_write_stream_example()
59 class JSON_API StreamWriter
74 StreamWriter = Stream variable
Completed in 23 milliseconds