#include <regex_traits.hpp>


Public Types | |
| typedef BaseT::char_type | char_type |
Public Member Functions | |
| std::string | error_string (::boost::regex_constants::error_type e) const |
| ::boost::regex_constants::syntax_type | syntax_type (char_type c) const |
| ::boost::regex_constants::escape_syntax_type | escape_syntax_type (char_type c) const |
| int | toi (const char_type *&p1, const char_type *p2, int radix) const |
| char_type | translate (char_type c, bool icase) const |
| char_type | translate (char_type c) const |
| char_type | tolower (char_type c) const |
| char_type | toupper (char_type c) const |
| typedef BaseT::char_type boost::re_detail::default_wrapper< BaseT >::char_type |
|
inline |
References boost::re_detail::get_default_error_string().
|
inline |
|
inline |
References boost::re_detail::get_default_syntax_type().
|
inline |
References boost::re_detail::global_toi().
|
inline |
References boost::re_detail::global_lower().
|
inline |
References boost::re_detail::global_upper().
|
inline |
|
inline |
References boost::locale::translate().