SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Wrapper of C file stream for output using fwrite(). More...
#include <filewritestream.h>
Public Types | |
typedef char | Ch |
Character type. Only support char. | |
Public Member Functions | |
FileWriteStream (std::FILE *fp, char *buffer, size_t bufferSize) | |
void | Put (char c) |
void | PutN (char c, size_t n) |
void | Flush () |
char | Peek () const |
char | Take () |
size_t | Tell () const |
char * | PutBegin () |
size_t | PutEnd (char *) |
Wrapper of C file stream for output using fwrite().