rapidjson
A fast JSON parser/generator for C++ with both SAX/DOM style API
 All Classes Functions Variables Typedefs Pages
Public Types | Public Member Functions | List of all members
rapidjson::FileStream Class Reference

Wrapper of C file stream for input or output. More...

#include <filestream.h>

Inheritance diagram for rapidjson::FileStream:
rapidjson::Stream

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 *)

Detailed Description

Wrapper of C file stream for input or output.

This simple wrapper does not check the validity of the stream.


The documentation for this class was generated from the following file: