NCBI C++ ToolKit
|
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | rapidjson::FileWriteStream |
Wrapper of C file stream for input using fread(). More... | |
Namespaces | |
rapidjson | |
main RapidJSON namespace | |
Functions | |
template<> | |
void | rapidjson::PutN (FileWriteStream &stream, char c, size_t n) |
Implement specialized version of PutN() with memset() for better performance. More... | |