Searched defs:regex_info (Results 1 – 2 of 2) sorted by relevance
44 struct regex_info struct in boost::wave::cpplexer::xlex::xpressive_lexer46 typedef boost::xpressive::basic_regex<Iterator> regex_type;48 string_type str;49 Token token;50 regex_type regex;51 Callback callback;53 regex_info(string_type const& str, Token const& token, in regex_info() function
2257 struct regex_info struct in boost::spirit::classic::lexer2259 std::basic_string<char_t> str;2260 TokenT token;2261 CallbackT callback;2263 regex_info(const std::basic_string<char_t>& _str, in regex_info() function