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

Public Member Functions | |
| virtual _Ty | GetChar ()=0 |
| reads the next character | |
| virtual bool | HasMore () const=0 |
| checks if the reading has reached the end of file | |
| virtual _Ty | GetChar ()=0 |
| Reads the next character. | |
| virtual bool | HasMore () const=0 |
| Checks if the reading has reached the end of file. | |
Base class for all input streams
1.5.1-p1