Lines Matching refs:regex_iterator
2440 // tr1 [7.12.1] std [28.12] Class template regex_iterator
2448 class regex_iterator
2465 regex_iterator();
2468 * Constructs a %regex_iterator...
2476 regex_iterator(_Bi_iter __a, _Bi_iter __b, const regex_type& __re,
2481 * Copy constructs a %regex_iterator.
2485 regex_iterator(const regex_iterator& __rhs);
2491 regex_iterator&
2492 operator=(const regex_iterator& __rhs);
2499 operator==(const regex_iterator& __rhs);
2506 operator!=(const regex_iterator& __rhs);
2526 regex_iterator&
2533 regex_iterator
2545 typedef regex_iterator<const char*> cregex_iterator;
2546 typedef regex_iterator<string::const_iterator> sregex_iterator;
2548 typedef regex_iterator<const wchar_t*> wcregex_iterator;
2549 typedef regex_iterator<wstring::const_iterator> wsregex_iterator;
2704 typedef regex_iterator<_Bi_iter, _Ch_type, _Rx_traits> position_iterator;