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

Classes

class  boost::w32_regex_traits< charT >
 
struct  boost::re_detail::w32_regex_traits_base< charT >
 
class  boost::re_detail::w32_regex_traits_char_layer< charT >
 
class  boost::re_detail::w32_regex_traits_char_layer< char >
 
class  boost::re_detail::w32_regex_traits_implementation< charT >
 
class  boost::w32_regex_traits< charT >
 
struct  boost::w32_regex_traits< charT >::boost_extensions_tag
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::re_detail
 

Typedefs

typedef ::boost::uint32_t boost::re_detail::lcid_type
 
typedef ::boost::shared_ptr< void > boost::re_detail::cat_type
 

Functions

BOOST_REGEX_DECL lcid_type
BOOST_REGEX_CALL 
boost::re_detail::w32_get_default_locale ()
 
BOOST_REGEX_DECL bool
BOOST_REGEX_CALL 
boost::re_detail::w32_is_lower (char, lcid_type)
 
BOOST_REGEX_DECL bool
BOOST_REGEX_CALL 
boost::re_detail::w32_is_lower (wchar_t, lcid_type)
 
BOOST_REGEX_DECL bool
BOOST_REGEX_CALL 
boost::re_detail::w32_is_upper (char, lcid_type)
 
BOOST_REGEX_DECL bool
BOOST_REGEX_CALL 
boost::re_detail::w32_is_upper (wchar_t, lcid_type)
 
BOOST_REGEX_DECL cat_type
BOOST_REGEX_CALL 
boost::re_detail::w32_cat_open (const std::string &name)
 
BOOST_REGEX_DECL std::string
BOOST_REGEX_CALL 
boost::re_detail::w32_cat_get (const cat_type &cat, lcid_type state_id, int i, const std::string &def)
 
BOOST_REGEX_DECL std::wstring
BOOST_REGEX_CALL 
boost::re_detail::w32_cat_get (const cat_type &cat, lcid_type state_id, int i, const std::wstring &def)
 
BOOST_REGEX_DECL std::string
BOOST_REGEX_CALL 
boost::re_detail::w32_transform (lcid_type state_id, const char *p1, const char *p2)
 
BOOST_REGEX_DECL std::wstring
BOOST_REGEX_CALL 
boost::re_detail::w32_transform (lcid_type state_id, const wchar_t *p1, const wchar_t *p2)
 
BOOST_REGEX_DECL char
BOOST_REGEX_CALL 
boost::re_detail::w32_tolower (char c, lcid_type)
 
BOOST_REGEX_DECL wchar_t
BOOST_REGEX_CALL 
boost::re_detail::w32_tolower (wchar_t c, lcid_type)
 
BOOST_REGEX_DECL char
BOOST_REGEX_CALL 
boost::re_detail::w32_toupper (char c, lcid_type)
 
BOOST_REGEX_DECL wchar_t
BOOST_REGEX_CALL 
boost::re_detail::w32_toupper (wchar_t c, lcid_type)
 
BOOST_REGEX_DECL bool
BOOST_REGEX_CALL 
boost::re_detail::w32_is (lcid_type, boost::uint32_t mask, char c)
 
BOOST_REGEX_DECL bool
BOOST_REGEX_CALL 
boost::re_detail::w32_is (lcid_type, boost::uint32_t mask, wchar_t c)
 
template<class charT >
boost::shared_ptr< const
w32_regex_traits_implementation
< charT > > 
boost::re_detail::create_w32_regex_traits (::boost::re_detail::lcid_type l)