#include <lsxml.h>
Inheritance diagram for lsxml::OutputStream< _Ty >:

Public Member Functions | |
| virtual void | PutChar (_Ty c)=0 |
| writes a character to the stream | |
| void | PutString (const _Ty *str) |
| writes a string to the stream | |
| virtual void | PutChar (_Ty c)=0 |
| Writes a character to the stream. | |
| void | PutString (const _Ty *str) |
| Writes a string to the stream. | |
Base class for all output streams
1.5.1-p1