|
template<class B , bool b> |
basic_regex< B > | boost::make_regex (const ATL::CSimpleStringT< B, b > &s,::boost::regex_constants::syntax_option_type f=boost::regex_constants::normal) |
|
template<class B , bool b, class A , class T > |
bool | boost::regex_match (const ATL::CSimpleStringT< B, b > &s, match_results< const B *, A > &what, const basic_regex< B, T > &e, boost::regex_constants::match_flag_type f=boost::regex_constants::match_default) |
|
template<class B , bool b, class T > |
bool | boost::regex_match (const ATL::CSimpleStringT< B, b > &s, const basic_regex< B, T > &e, boost::regex_constants::match_flag_type f=boost::regex_constants::match_default) |
|
template<class B , bool b, class A , class T > |
bool | boost::regex_search (const ATL::CSimpleStringT< B, b > &s, match_results< const B *, A > &what, const basic_regex< B, T > &e, boost::regex_constants::match_flag_type f=boost::regex_constants::match_default) |
|
template<class B , bool b, class T > |
bool | boost::regex_search (const ATL::CSimpleStringT< B, b > &s, const basic_regex< B, T > &e, boost::regex_constants::match_flag_type f=boost::regex_constants::match_default) |
|
template<class B , bool b> |
regex_iterator< B const * > | boost::make_regex_iterator (const ATL::CSimpleStringT< B, b > &s, const basic_regex< B > &e,::boost::regex_constants::match_flag_type f=boost::regex_constants::match_default) |
|
template<class B , bool b> |
regex_token_iterator< B const * > | boost::make_regex_token_iterator (const ATL::CSimpleStringT< B, b > &s, const basic_regex< B > &e, int sub=0,::boost::regex_constants::match_flag_type f=boost::regex_constants::match_default) |
|
template<class B , bool b> |
regex_token_iterator< B const * > | boost::make_regex_token_iterator (const ATL::CSimpleStringT< B, b > &s, const basic_regex< B > &e, const std::vector< int > &subs,::boost::regex_constants::match_flag_type f=boost::regex_constants::match_default) |
|
template<class B , bool b, std::size_t N> |
regex_token_iterator< B const * > | boost::make_regex_token_iterator (const ATL::CSimpleStringT< B, b > &s, const basic_regex< B > &e, const int(&subs)[N],::boost::regex_constants::match_flag_type f=boost::regex_constants::match_default) |
|
template<class OutputIterator , class BidirectionalIterator , class traits , class B , bool b> |
OutputIterator | boost::regex_replace (OutputIterator out, BidirectionalIterator first, BidirectionalIterator last, const basic_regex< B, traits > &e, const ATL::CSimpleStringT< B, b > &fmt, match_flag_type flags=match_default) |
|
template<class traits , class B , bool b> |
ATL::CSimpleStringT< B, b > | boost::regex_replace (const ATL::CSimpleStringT< B, b > &s, const basic_regex< B, traits > &e, const ATL::CSimpleStringT< B, b > &fmt, match_flag_type flags=match_default) |
|