#include <skInputSource.h>
Inheritance diagram for skInputSource:

Public Member Functions | |
| virtual bool | eof () const=0 |
| Returns whether the source has reached the end. | |
| virtual int | get ()=0 |
| Returns and consumes the next character in the input. | |
| virtual int | peek ()=0 |
| Returns, but does not consume the next character in the input. | |
| virtual skString | readAllToString ()=0 |
| Reads the whole source into a string. | |
1.3