#include <json.h>
|
virtual int | write (Value const &root, std::ostream *sout)=0 |
|
virtual int | write (Value const &root, std::ostream *sout)=0 |
|
Usage:
std::unique_ptr<StreamWriter> const writer(
writer->write(value, &std::cout);
std::cout << std::endl;
}
virtual int Json::StreamWriter::write |
( |
Value const & |
root, |
|
|
std::ostream * |
sout |
|
) |
| |
|
pure virtual |
Write Value into document as configured in sub-class. Do not take ownership of sout, but maintain a reference during function.
- Precondition
- sout != NULL
- Returns
- zero on success (For now, we always return zero, so check the stream instead.)
- Exceptions
-
std::exception | possibly, depending on configuration |
Implemented in Json::BuiltStyledStreamWriter.
virtual int Json::StreamWriter::write |
( |
Value const & |
root, |
|
|
std::ostream * |
sout |
|
) |
| |
|
pure virtual |
Write Value into document as configured in sub-class. Do not take ownership of sout, but maintain a reference during function.
- Precondition
- sout != NULL
- Returns
- zero on success (For now, we always return zero, so check the stream instead.)
- Exceptions
-
std::exception | possibly, depending on configuration |
Implemented in Json::BuiltStyledStreamWriter.
The documentation for this class was generated from the following files:
- /home/robin_f/Programming/Git/CPP/LoveBrains/include/json/json.h
- /home/robin_f/Programming/Git/CPP/LoveBrains/lib/GANNEngine/src/json/jsoncpp.cc