Home
last modified time | relevance | path

Searched defs:regex_iterator (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/xpressive/
Dregex_iterator.hpp97 struct regex_iterator struct
99 typedef basic_regex<BidiIter> regex_type;
100 typedef match_results<BidiIter> value_type;
101 typedef typename iterator_difference<BidiIter>::type difference_type;
102 typedef value_type const *pointer;
103 typedef value_type const &reference;
104 typedef std::forward_iterator_tag iterator_category;
107 typedef detail::regex_iterator_impl<BidiIter> impl_type_;
109 regex_iterator() in regex_iterator() function
114 regex_iterator in regex_iterator() function
[all …]
/third_party/boost/boost/regex/v4/
Dregex_iterator.hpp89 class regex_iterator class
103 regex_iterator(){} in regex_iterator() function in boost::regex_iterator
104 regex_iterator(BidirectionalIterator a, BidirectionalIterator b, in regex_iterator() function in boost::regex_iterator
114 regex_iterator(const regex_iterator& that) in regex_iterator() function in boost::regex_iterator