Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mfc.hpp File Reference
#include <atlsimpstr.h>
#include <boost/regex.hpp>
Include dependency graph for mfc.hpp:

Classes

class  boost::re_detail::mfc_string_out_iterator< B, b >
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::re_detail
 

Macros

#define SIMPLE_STRING_PARAM   class B, bool b
 
#define SIMPLE_STRING_ARG_LIST   B, b
 

Typedefs

typedef basic_regex< TCHAR > boost::tregex
 
typedef match_results< TCHAR
const * > 
boost::tmatch
 
typedef regex_iterator< TCHAR
const * > 
boost::tregex_iterator
 
typedef regex_token_iterator
< TCHAR const * > 
boost::tregex_token_iterator
 

Functions

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)
 

Macro Definition Documentation

#define SIMPLE_STRING_ARG_LIST   B, b
#define SIMPLE_STRING_PARAM   class B, bool b