Searched defs:token_iterator (Results 1 – 9 of 9) sorted by relevance
30 class token_iterator class77 token_iterator():begin_(),end_(),valid_(false),tok_() { } in token_iterator() function in boost::token_iterator79 token_iterator(TokenizerFunc f, Iterator begin, Iterator e = Iterator()) in token_iterator() function in boost::token_iterator82 token_iterator(Iterator begin, Iterator e = Iterator()) in token_iterator() function in boost::token_iterator86 token_iterator( in token_iterator() function in boost::token_iterator
63 typedef lexer::iterator_type token_iterator; typedef
67 typedef lexer::iterator_type token_iterator; typedef
73 typedef lexer::iterator_type token_iterator; typedef
81 typedef lexer::iterator_type token_iterator; typedef
86 boost::char_separator<char> >::type token_iterator; typedef in example::interpreter::token_parser
123 typedef boost::regex_token_iterator<const char*> token_iterator; in test_mfc() typedef301 typedef boost::regex_token_iterator<const wchar_t*> token_iterator; in test_mfc() typedef