mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-14 06:55:48 +02:00
update docs, writeString()
This commit is contained in:
@@ -69,8 +69,10 @@ public:
|
||||
}; // Factory
|
||||
}; // StreamWriter
|
||||
|
||||
/// \brief Write into stringstream, then return string, for convenience.
|
||||
std::string writeString(Value const& root, StreamWriter::Factory const& factory);
|
||||
/** \brief Write into stringstream, then return string, for convenience.
|
||||
* A StreamWriter will be created from the factory, used, and then deleted.
|
||||
*/
|
||||
std::string writeString(StreamWriter::Factory const& factory, Value const& root);
|
||||
|
||||
|
||||
/** \brief Build a StreamWriter implementation.
|
||||
|
Reference in New Issue
Block a user