Lines Matching refs:regex_iterator
2437 // tr1 [7.12.1] std [28.12] Class template regex_iterator
2445 class regex_iterator
2462 regex_iterator();
2465 * Constructs a %regex_iterator...
2473 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
2478 * Copy constructs a %regex_iterator.
2482 regex_iterator(const regex_iterator& __rhs);
2488 regex_iterator&
2489 operator=(const regex_iterator& __rhs);
2496 operator==(const regex_iterator& __rhs);
2503 operator!=(const regex_iterator& __rhs);
2523 regex_iterator&
2530 regex_iterator
2542 typedef regex_iterator<const char*> cregex_iterator;
2543 typedef regex_iterator<string::const_iterator> sregex_iterator;
2545 typedef regex_iterator<const wchar_t*> wcregex_iterator;
2546 typedef regex_iterator<wstring::const_iterator> wsregex_iterator;
2701 typedef regex_iterator<_Bi_iter, _Ch_type, _Rx_traits> position_iterator;