15 #ifndef RAPIDJSON_FILEWRITESTREAM_H_ 16 #define RAPIDJSON_FILEWRITESTREAM_H_ 23 RAPIDJSON_DIAG_OFF(unreachable-
code)
104 #endif // RAPIDJSON_FILESTREAM_H_
#define RAPIDJSON_ASSERT(x)
Assertion.
void PutN(char c, size_t n)
#define RAPIDJSON_NAMESPACE_END
provide custom rapidjson namespace (closing expression)
Wrapper of C file stream for output using fwrite().
char Ch
Character type. Only support char.
#define RAPIDJSON_NAMESPACE_BEGIN
provide custom rapidjson namespace (opening expression)
FileWriteStream & operator=(const FileWriteStream &)
FileWriteStream(std::FILE *fp, char *buffer, size_t bufferSize)
CodeOutputInterface * code