mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-14 09:57:56 +08:00
maybe fix DLL symbols for VS
This commit is contained in:
parent
ff63d034e5
commit
eaa3fd8eca
@ -360,7 +360,7 @@ public:
|
|||||||
* Someday we might have a real StreamReader, but for now this
|
* Someday we might have a real StreamReader, but for now this
|
||||||
* is convenient.
|
* is convenient.
|
||||||
*/
|
*/
|
||||||
bool parseFromStream(
|
bool JSON_API parseFromStream(
|
||||||
CharReader::Factory const&,
|
CharReader::Factory const&,
|
||||||
std::istream&,
|
std::istream&,
|
||||||
Value* root, std::string* errs);
|
Value* root, std::string* errs);
|
||||||
|
@ -66,7 +66,7 @@ public:
|
|||||||
/** \brief Write into stringstream, then return string, for convenience.
|
/** \brief Write into stringstream, then return string, for convenience.
|
||||||
* A StreamWriter will be created from the factory, used, and then deleted.
|
* A StreamWriter will be created from the factory, used, and then deleted.
|
||||||
*/
|
*/
|
||||||
std::string writeString(StreamWriter::Factory const& factory, Value const& root);
|
std::string JSON_API writeString(StreamWriter::Factory const& factory, Value const& root);
|
||||||
|
|
||||||
|
|
||||||
/** \brief Build a StreamWriter implementation.
|
/** \brief Build a StreamWriter implementation.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user