15 #ifndef CEREAL_RAPIDJSON_FILEREADSTREAM_H_
16 #define CEREAL_RAPIDJSON_FILEREADSTREAM_H_
22 CEREAL_RAPIDJSON_DIAG_PUSH
23 CEREAL_RAPIDJSON_DIAG_OFF(padded)
24 CEREAL_RAPIDJSON_DIAG_OFF(unreachable-code)
25 CEREAL_RAPIDJSON_DIAG_OFF(missing-noreturn)
96 CEREAL_RAPIDJSON_DIAG_POP
#define CEREAL_RAPIDJSON_ASSERT(x)
Definition: json.hpp:50
File byte stream for input using fread().
Definition: filereadstream.h:34
bool eof_
Definition: filereadstream.h:90
const Ch * Peek4() const
Definition: filereadstream.h:61
Ch * current_
Definition: filereadstream.h:87
size_t readCount_
Definition: filereadstream.h:88
Ch * buffer_
Definition: filereadstream.h:84
std::FILE * fp_
Definition: filereadstream.h:83
void Put(Ch)
Definition: filereadstream.h:55
size_t count_
Number of characters read.
Definition: filereadstream.h:89
Ch * bufferLast_
Definition: filereadstream.h:86
size_t PutEnd(Ch *)
Definition: filereadstream.h:58
void Read()
Definition: filereadstream.h:66
Ch Peek() const
Definition: filereadstream.h:50
Ch * PutBegin()
Definition: filereadstream.h:57
void Flush()
Definition: filereadstream.h:56
Ch Take()
Definition: filereadstream.h:51
FileReadStream(std::FILE *fp, char *buffer, size_t bufferSize)
Constructor.
Definition: filereadstream.h:44
char Ch
Character type (byte).
Definition: filereadstream.h:36
size_t Tell() const
Definition: filereadstream.h:52
size_t bufferSize_
Definition: filereadstream.h:85
#define CEREAL_RAPIDJSON_NAMESPACE_BEGIN
provide custom rapidjson namespace (opening expression)
Definition: rapidjson.h:121
#define CEREAL_RAPIDJSON_NAMESPACE_END
provide custom rapidjson namespace (closing expression)
Definition: rapidjson.h:124