| CTT_ParseState | Top Previous Next | 
| Code generation > Supporting code > CTT_ParseState 
 template <class char_type, class plugin_type> class CTT_ParseState 
 CTT_ParseState represents the actual state of a parser. The class contains a boost::match_results<iterator>-member, with the information about the last match and iterators marking positions in the input text. The first template parameter either can be char or wchar_t. The second template parameter is either CTT_ParseStatePlugin or a type derived from it. 
 
 | 
| This page belongs to the TextTransformer Documentation | Home Content German |