#include <term.h>

Definition at line 35 of file term.h.
Public Member Functions | |
| virtual | ~IErrorSensitive () |
| virtual bool | hasError () const =0 |
| virtual ~IErrorSensitive | ( | ) | [inline, virtual] |
| virtual bool hasError | ( | ) | const [pure virtual] |
Return true if any error was detected.
Implemented in Core, SyncReader, FlexScanner, Term, and FlexVScan.
Referenced by SyncReader::hasError().

1.5.4