Wrapper of C file stream for output using fwrite().
More...
#include <filewritestream.h>
|
| typedef char | Ch |
| | Character type. Only support char.
|
| |
Wrapper of C file stream for output using fwrite().
- Note
- implements Stream concept
Definition at line 32 of file filewritestream.h.
◆ Ch
◆ FileWriteStream()
| FileWriteStream::FileWriteStream |
( |
std::FILE * | fp, |
|
|
char * | buffer, |
|
|
size_t | bufferSize ) |
|
inline |
◆ Flush()
| void FileWriteStream::Flush |
( |
| ) |
|
|
inline |
◆ Peek()
| char FileWriteStream::Peek |
( |
| ) |
const |
|
inline |
◆ Put()
| void FileWriteStream::Put |
( |
char | c | ) |
|
|
inline |
◆ PutBegin()
| char * FileWriteStream::PutBegin |
( |
| ) |
|
|
inline |
◆ PutEnd()
| size_t FileWriteStream::PutEnd |
( |
char * | | ) |
|
|
inline |
◆ PutN()
| void FileWriteStream::PutN |
( |
char | c, |
|
|
size_t | n ) |
|
inline |
◆ Take()
| char FileWriteStream::Take |
( |
| ) |
|
|
inline |
◆ Tell()
| size_t FileWriteStream::Tell |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: