Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/core/
Dregex_impl.hpp133 struct regex_impl struct
136 typedef typename iterator_value<BidiIter>::type char_type;
138 regex_impl() in regex_impl() function
152 regex_impl(regex_impl<BidiIter> const &that) in regex_impl() function
166 ~regex_impl() in ~regex_impl()
173 void swap(regex_impl<BidiIter> &that) in swap()
184 intrusive_ptr<matchable_ex<BidiIter> const> xpr_;
185 intrusive_ptr<traits<char_type> const> traits_;
186 intrusive_ptr<finder<BidiIter> > finder_;
187 std::vector<named_mark<char_type> > named_marks_;
[all …]
Dstate.hpp109 typedef detail::regex_impl<BidiIter> regex_impl; typedef