Determine whether the extractor is good (the get pointer is in the buffer). \return Whether the get pointer is valid. */
| 99 | \return Whether the get pointer is valid. |
| 100 | */ |
| 101 | bool good() const |
| 102 | { return m_gptr < m_egptr; } |
| 103 | |
| 104 | /** |
| 105 | Extract a string of a particular size from the buffer. Trim trailing |