![]() |
ATSC3
24.10.0
|
#include <atsc_core_utils_json.h>
Inherited by Json::BuiltStyledStreamWriter.
Classes | |
class | Factory |
A simple abstract factory. More... | |
Public Member Functions | |
virtual int | write (Value const &root, JSONCPP_OSTREAM *sout)=0 |
Protected Attributes | |
JSONCPP_OSTREAM * | sout_ |
Usage:
|
pure virtual |
Write Value into document as configured in sub-class. Do not take ownership of sout, but maintain a reference during function.
std::exception | possibly, depending on configuration |
Implemented in Json::BuiltStyledStreamWriter.