NGL  6.5
The NCCA Graphics Library
filewritestream.h File Reference
#include "rapidjson.h"
#include <cstdio>
+ Include dependency graph for filewritestream.h:

Go to the source code of this file.

Classes

class  FileWriteStream
 Wrapper of C file stream for input using fread(). More...
 

Functions

template<>
void PutN (FileWriteStream &stream, char c, size_t n)
 Implement specialized version of PutN() with memset() for better performance. More...
 

Function Documentation

template<>
void PutN ( FileWriteStream stream,
char  c,
size_t  n 
)
inline

Implement specialized version of PutN() with memset() for better performance.

Definition at line 89 of file filewritestream.h.

References FileWriteStream::PutN(), and RAPIDJSON_NAMESPACE_END.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: