|
rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
|
Wrapper of C file stream for input or output. More...
#include <filestream.h>
Public Types | |
| typedef char | Ch |
| Character type. Only support char. | |
Public Member Functions | |
| FileStream (FILE *fp) | |
| char | Peek () const |
| char | Take () |
| size_t | Tell () const |
| void | Put (char c) |
| char * | PutBegin () |
| size_t | PutEnd (char *) |
Wrapper of C file stream for input or output.
This simple wrapper does not check the validity of the stream.
1.8.1.2