Boost.Regex
Index
Contents
- Overview
- Configuration and setup
- Installation
- Configuration and setup
- Backgrounders
- Reference
-
- Types
- Algorithms
- Iterators
- Typedefs
-
- regex [ =
basic_regex<char> ]
- wregex [ = basic_regex<wchar_t> ]
- cmatch [ = match_results<const char*> ]
- wcmatch [ = match_results<const wchar_t*> ]
- smatch [ = match_results<std::string::const_iterator> ]
- wsmatch [ = match_results<std::wstring::const_iterator> ]
- cregex_iterator [ = regex_iterator<const char*>]
- wcregex_iterator [ = regex_iterator<const wchar_t*>]
- sregex_iterator [ = regex_iterator<std::string::const_iterator>]
- wsregex_iterator [ = regex_iterator<std::wstring::const_iterator>]
- cregex_token_iterator [ = regex_token_iterator<const char*>]
- wcregex_token_iterator [ = regex_token_iterator<const wchar_t*>]
- sregex_token_iterator [ = regex_token_iterator<std::string::const_iterator>]
- wsregex_token_iterator [ = regex_token_iterator<std::wstring::const_iterator>]
- wregex [ = basic_regex<wchar_t> ]
- regex [ =
basic_regex<char> ]
- Deprecated interfaces
- FAQ
- Appendix
Revised 24 June 2004
© Copyright John Maddock 1998- 2004
Use, modification and distribution are subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
