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_char_layer< charT > Class Template Reference

#include <cpp_regex_traits.hpp>

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

Public Member Functions

 cpp_regex_traits_char_layer (const std::locale &l)
 
 cpp_regex_traits_char_layer (const cpp_regex_traits_base< charT > &b)
 
void init ()
 
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
 

Constructor & Destructor Documentation

Member Function Documentation

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>
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
inline

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 file: