Lines Matching refs:write
642 /// \note Over-write existing comments. To preserve comments, use #swapPayload().
1523 to see the defaults. You can also write and read them just like any
1647 writer->write(value, &std::cout);
1664 virtual int write(Value const& root, std::ostream* sout) = 0;
1695 writer->write(value, &std::cout);
1716 to see the defaults. You can also write and read them just like any
1753 virtual std::string write(const Value& root) = 0;
1783 virtual std::string write(const Value& root);
1828 virtual std::string write(const Value& root);
1887 * \param out Stream to write to. (Can be ostringstream, e.g.)
1889 * \note There is no point in deriving from Writer, since write() should not
1892 void write(std::ostream& out, const Value& root);