Searched defs:basic_regex (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/boost/xpressive/ |
D | basic_regex.hpp | 53 struct basic_regex struct 61 …o::tag::terminal, proto::term<detail::tracking_ptr<detail::regex_impl<BidiIter> > >, 0> pimpl_type; 62 typedef proto::extends<pimpl_type, basic_regex<BidiIter>, detail::regex_domain> base_type; 65 typedef BidiIter iterator_type; 66 typedef typename iterator_value<BidiIter>::type char_type; 68 typedef typename iterator_value<BidiIter>::type value_type; 69 typedef typename detail::string_type<char_type>::type string_type; 70 typedef regex_constants::syntax_option_type flag_type; 84 basic_regex() in basic_regex() function 92 basic_regex(basic_regex<BidiIter> const &that) in basic_regex() function [all …]
|
/third_party/boost/boost/regex/v4/ |
D | instances.hpp | 54 template class BOOST_REGEX_DECL basic_regex< BOOST_REGEX_CHAR_T BOOST_REGEX_TRAITS_T >; variable
|
D | basic_regex.hpp | 326 class basic_regex : public regbase class 349 explicit basic_regex(){} in basic_regex() function in boost::basic_regex 350 explicit basic_regex(const charT* p, flag_type f = regex_constants::normal) in basic_regex() function in boost::basic_regex 354 basic_regex(const charT* p1, const charT* p2, flag_type f = regex_constants::normal) in basic_regex() function in boost::basic_regex 358 basic_regex(const charT* p, size_type len, flag_type f) in basic_regex() function in boost::basic_regex 362 basic_regex(const basic_regex& that) in basic_regex() function in boost::basic_regex 409 …explicit basic_regex(const std::basic_string<charT, ST, SA>& p, flag_type f = regex_constants::nor… in basic_regex() function in boost::basic_regex 415 …basic_regex(InputIterator arg_first, InputIterator arg_last, flag_type f = regex_constants::normal) in basic_regex() function in boost::basic_regex 460 basic_regex(const std::basic_string<charT>& p, flag_type f = regex_constants::normal) in basic_regex() function in boost::basic_regex
|