Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
filewritestream.h File Reference
#include "stream.h"
#include <cstdio>
Include dependency graph for filewritestream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FileWriteStream
 Wrapper of C file stream for output using fwrite(). More...
 

Functions

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

Function Documentation

◆ PutN()

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

Definition at line 94 of file filewritestream.h.

94 {
95 stream.PutN(c, n);
96}
Here is the caller graph for this function: