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

Contains the definition of regex_compiler, a factory for building regex objects from strings. More...

#include <map>
#include <boost/config.hpp>
#include <boost/assert.hpp>
#include <boost/next_prior.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/mpl/assert.hpp>
#include <boost/throw_exception.hpp>
#include <boost/type_traits/is_same.hpp>
#include <boost/type_traits/is_pointer.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/iterator/iterator_traits.hpp>
#include <boost/xpressive/basic_regex.hpp>
#include <boost/xpressive/detail/dynamic/parser.hpp>
#include <boost/xpressive/detail/dynamic/parse_charset.hpp>
#include <boost/xpressive/detail/dynamic/parser_enum.hpp>
#include <boost/xpressive/detail/dynamic/parser_traits.hpp>
#include <boost/xpressive/detail/core/linker.hpp>
#include <boost/xpressive/detail/core/optimize.hpp>
Include dependency graph for regex_compiler.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  boost::xpressive::regex_compiler< BidiIter, RegexTraits, CompilerTraits >
 Class template regex_compiler is a factory for building basic_regex objects from a string. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::xpressive
 

Detailed Description

Contains the definition of regex_compiler, a factory for building regex objects from strings.