#include <lsxml.h>
Inheritance diagram for lsxml::FileOutputStream< _Ty >:
Public Member Functions | |
FileOutputStream () | |
ctor | |
FileOutputStream (const _Ty *filename) | |
ctor | |
bool | Open (const _Ty *filename) |
opens the file | |
virtual void | PutChar (_Ty c) |
reads the next character | |
FileOutputStream () | |
Constructor. Does nothing. | |
FileOutputStream (const _Ty *filename) | |
Constructor. Opens the specified file. | |
bool | Open (const _Ty *filename) |
Opens the specified file. | |
bool | IsOpen () const |
Checks if the stream is open. | |
virtual void | PutChar (_Ty c) |
Reads the next character. |
Handles writing characters to a file
lsxml::FileOutputStream< _Ty >::FileOutputStream | ( | const _Ty * | filename | ) | [inline] |
Constructor. Opens the specified file.
filename | name of the file to open |
bool lsxml::FileOutputStream< _Ty >::Open | ( | const _Ty * | filename | ) | [inline] |
Opens the specified file.
filename | name of the file to open |