![]() |
NIM 跨平台 C++ SDK
|
#include <writer.h>
类 | |
class | Factory |
A simple abstract factory. 更多... | |
Public 成员函数 | |
StreamWriter () | |
virtual | ~StreamWriter () |
virtual int | write (Value const &root, OStream *sout)=0 |
Protected 属性 | |
OStream * | sout_ |
Usage:
nim_cpp_wrapper_util::Json::StreamWriter::StreamWriter | ( | ) |
|
virtualdefault |
|
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 |
|
protected |