End of file indicator for the query text to parse. @return true if there are no more characters to parse */
| 1932 | @return true if there are no more characters to parse |
| 1933 | */ |
| 1934 | bool eof() |
| 1935 | { |
| 1936 | return (m_ptr >= m_end_of_query); |
| 1937 | } |
| 1938 | |
| 1939 | /** |
| 1940 | End of file indicator for the query text to parse. |
no outgoing calls
no test coverage detected