If the error prevents parsing from going on, call this method. This method is also called in other functions in this class.
| 62 | // If the error prevents parsing from going on, call this method. |
| 63 | // This method is also called in other functions in this class. |
| 64 | void set_bad() { _good = false; } |
| 65 | |
| 66 | // Return true if the stream is empty. Notice that this function |
| 67 | // may update _data and _size. |