mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-15 23:20:05 +02:00
clarify Builders
This commit is contained in:
@@ -105,9 +105,10 @@ public:
|
||||
std::string indentation_;
|
||||
|
||||
StreamWriterBuilder();
|
||||
virtual ~StreamWriterBuilder();
|
||||
|
||||
/// Do not take ownership of sout, but maintain a reference.
|
||||
StreamWriter* newStreamWriter(std::ostream* sout) const;
|
||||
virtual StreamWriter* newStreamWriter(std::ostream* sout) const;
|
||||
};
|
||||
|
||||
/** \brief Build a StreamWriter implementation.
|
||||
|
Reference in New Issue
Block a user