Documentation
rapidjson::FileWriteStream Class Reference
  Wrapper of C file stream for input using fread(). More...
#include <filewritestream.h>
Inheritance diagram for rapidjson::FileWriteStream:
Collaboration diagram for rapidjson::FileWriteStream:
| Public Types | |
| typedef char | Ch | 
| Character type. Only support char. | |
| Private Attributes | |
| FILE * | fp_ | 
| char * | buffer_ | 
| char * | bufferEnd_ | 
| char * | current_ | 
Detailed Description
Wrapper of C file stream for input using fread().
The documentation for this class was generated from the following file:
- /home/travis/build/urho3d/Urho3D/Source/ThirdParty/rapidjson/include/rapidjson/filewritestream.h
