Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
regex_find_format.hpp File Reference

Defines the regex_finder and regex_formatter generators. More...

#include <boost/algorithm/string/config.hpp>
#include <boost/regex.hpp>
#include <boost/algorithm/string/detail/finder_regex.hpp>
#include <boost/algorithm/string/detail/formatter_regex.hpp>
Include dependency graph for regex_find_format.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::algorithm
 

Functions

template<typename CharT , typename RegexTraitsT >
detail::find_regexF
< basic_regex< CharT,
RegexTraitsT > > 
boost::algorithm::regex_finder (const basic_regex< CharT, RegexTraitsT > &Rx, match_flag_type MatchFlags=match_default)
 "Regex" finder More...
 
template<typename CharT , typename TraitsT , typename AllocT >
detail::regex_formatF
< std::basic_string< CharT,
TraitsT, AllocT > > 
boost::algorithm::regex_formatter (const std::basic_string< CharT, TraitsT, AllocT > &Format, match_flag_type Flags=format_default)
 Regex formatter. More...
 

Detailed Description

Defines the regex_finder and regex_formatter generators.

These two functors are designed to work together. regex_formatter uses additional information about a match contained in the regex_finder search result.