Searched refs:m_tkz (Results 1 – 1 of 1) sorted by relevance
320 TKZ& m_tkz; member in tools::parser::parser383 m_tkz(tkz), in parser()400 return m_tkz.m_is.good(); in good()422 token t = m_tkz.next(); in next()426 if (t.type() == m_tkz.m_eof_type) { in next()440 return m_tkz.rest_of_line(); in rest_of_line()449 while (t.type() != m_tkz.m_eof_type && t.type() != stop) in reset()