#include <c_regex_traits.hpp>
Classes | |
struct | locale_type |
Public Types | |
typedef wchar_t | char_type |
typedef std::size_t | size_type |
typedef std::wstring | string_type |
typedef boost::uint32_t | char_class_type |
Public Member Functions | |
c_regex_traits () | |
wchar_t | translate (wchar_t c) const |
wchar_t | translate_nocase (wchar_t c) const |
locale_type | imbue (locale_type l) |
locale_type | getloc () const |
Static Public Member Functions | |
static size_type | length (const char_type *p) |
static string_type BOOST_REGEX_CALL | transform (const wchar_t *p1, const wchar_t *p2) |
static string_type BOOST_REGEX_CALL | transform_primary (const wchar_t *p1, const wchar_t *p2) |
static char_class_type BOOST_REGEX_CALL | lookup_classname (const wchar_t *p1, const wchar_t *p2) |
static string_type BOOST_REGEX_CALL | lookup_collatename (const wchar_t *p1, const wchar_t *p2) |
static bool BOOST_REGEX_CALL | isctype (wchar_t, char_class_type) |
static int BOOST_REGEX_CALL | value (wchar_t, int) |
typedef boost::uint32_t boost::c_regex_traits< wchar_t >::char_class_type |
typedef wchar_t boost::c_regex_traits< wchar_t >::char_type |
typedef std::size_t boost::c_regex_traits< wchar_t >::size_type |
typedef std::wstring boost::c_regex_traits< wchar_t >::string_type |
|
inline |
|
inline |
|
inline |
|
static |
|
inlinestatic |
References boost::multiprecision::backends::p.
|
static |
|
static |
|
static |
|
static |
|
inline |
References boost::multiprecision::backends::c.
|
inline |
References boost::multiprecision::backends::c.
|
static |