Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::re_detail::cpp_regex_traits_implementation< charT > Class Template Reference

#include <cpp_regex_traits.hpp>

Inheritance diagram for boost::re_detail::cpp_regex_traits_implementation< charT >:
Collaboration diagram for boost::re_detail::cpp_regex_traits_implementation< charT >:

Public Types

typedef cpp_regex_traits
< charT >::char_class_type 
char_class_type
 
typedef std::ctype< charT >::mask native_mask_type
 
typedef std::basic_string< charT > string_type
 
typedef charT char_type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (char_class_type, mask_blank=1u<< 24)
 
 BOOST_STATIC_CONSTANT (char_class_type, mask_word=1u<< 25)
 
 BOOST_STATIC_CONSTANT (char_class_type, mask_unicode=1u<< 26)
 
 BOOST_STATIC_CONSTANT (char_class_type, mask_horizontal=1u<< 27)
 
 BOOST_STATIC_CONSTANT (char_class_type, mask_vertical=1u<< 28)
 
 cpp_regex_traits_implementation (const std::locale &l)
 
 cpp_regex_traits_implementation (const cpp_regex_traits_base< charT > &l)
 
std::string error_string (regex_constants::error_type n) const
 
char_class_type lookup_classname (const charT *p1, const charT *p2) const
 
string_type lookup_collatename (const charT *p1, const charT *p2) const
 
string_type transform_primary (const charT *p1, const charT *p2) const
 
string_type transform (const charT *p1, const charT *p2) const
 
regex_constants::syntax_type syntax_type (charT c) const
 
regex_constants::escape_syntax_type escape_syntax_type (charT c) const
 
std::locale imbue (const std::locale &l)
 
bool operator< (const cpp_regex_traits_base &b) const
 
bool operator== (const cpp_regex_traits_base &b) const
 

Public Attributes

std::locale m_locale
 
std::ctype< charT > const * m_pctype
 
std::messages< charT > const * m_pmessages
 
std::collate< charT > const * m_pcollate
 

Member Typedef Documentation

template<class charT>
typedef charT boost::re_detail::cpp_regex_traits_implementation< charT >::char_type
template<class charT>
typedef std::ctype<charT>::mask boost::re_detail::cpp_regex_traits_implementation< charT >::native_mask_type
template<class charT>
typedef std::basic_string<charT> boost::re_detail::cpp_regex_traits_implementation< charT >::string_type

Constructor & Destructor Documentation

template<class charT>
boost::re_detail::cpp_regex_traits_implementation< charT >::cpp_regex_traits_implementation ( const std::locale &  l)
inline

Member Function Documentation

template<class charT>
boost::re_detail::cpp_regex_traits_implementation< charT >::BOOST_STATIC_CONSTANT ( char_class_type  ,
mask_blank  = 1u<< 24 
)
template<class charT>
boost::re_detail::cpp_regex_traits_implementation< charT >::BOOST_STATIC_CONSTANT ( char_class_type  ,
mask_word  = 1u<< 25 
)
template<class charT>
boost::re_detail::cpp_regex_traits_implementation< charT >::BOOST_STATIC_CONSTANT ( char_class_type  ,
mask_unicode  = 1u<< 26 
)
template<class charT>
boost::re_detail::cpp_regex_traits_implementation< charT >::BOOST_STATIC_CONSTANT ( char_class_type  ,
mask_horizontal  = 1u<< 27 
)
template<class charT>
boost::re_detail::cpp_regex_traits_implementation< charT >::BOOST_STATIC_CONSTANT ( char_class_type  ,
mask_vertical  = 1u<< 28 
)
template<class charT>
std::string boost::re_detail::cpp_regex_traits_implementation< charT >::error_string ( regex_constants::error_type  n) const
inline
template<class charT >
template BOOST_REGEX_DECL std::locale boost::re_detail::cpp_regex_traits_base< charT >::imbue ( const std::locale &  l)
inherited
template<class charT>
char_class_type boost::re_detail::cpp_regex_traits_implementation< charT >::lookup_classname ( const charT *  p1,
const charT *  p2 
) const
inline
template<class charT>
bool boost::re_detail::cpp_regex_traits_base< charT >::operator< ( const cpp_regex_traits_base< charT > &  b) const
inlineinherited
template<class charT>
bool boost::re_detail::cpp_regex_traits_base< charT >::operator== ( const cpp_regex_traits_base< charT > &  b) const
inlineinherited
template<class charT>
regex_constants::syntax_type boost::re_detail::cpp_regex_traits_char_layer< charT >::syntax_type ( charT  c) const
inlineinherited

Member Data Documentation

template<class charT>
std::locale boost::re_detail::cpp_regex_traits_base< charT >::m_locale
inherited

The documentation for this class was generated from the following files: