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::default_wrapper< BaseT > Struct Template Reference

#include <regex_traits.hpp>

Inheritance diagram for boost::re_detail::default_wrapper< BaseT >:
Collaboration diagram for boost::re_detail::default_wrapper< BaseT >:

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
 

Member Typedef Documentation

template<class BaseT >
typedef BaseT::char_type boost::re_detail::default_wrapper< BaseT >::char_type

Member Function Documentation

template<class BaseT >
std::string boost::re_detail::default_wrapper< BaseT >::error_string ( ::boost::regex_constants::error_type  e) const
inline
template<class BaseT >
::boost::regex_constants::escape_syntax_type boost::re_detail::default_wrapper< BaseT >::escape_syntax_type ( char_type  c) const
inline
template<class BaseT >
::boost::regex_constants::syntax_type boost::re_detail::default_wrapper< BaseT >::syntax_type ( char_type  c) const
inline
template<class BaseT >
int boost::re_detail::default_wrapper< BaseT >::toi ( const char_type *&  p1,
const char_type p2,
int  radix 
) const
inline
template<class BaseT >
char_type boost::re_detail::default_wrapper< BaseT >::tolower ( char_type  c) const
inline
template<class BaseT >
char_type boost::re_detail::default_wrapper< BaseT >::toupper ( char_type  c) const
inline
template<class BaseT >
char_type boost::re_detail::default_wrapper< BaseT >::translate ( char_type  c,
bool  icase 
) const
inline
template<class BaseT >
char_type boost::re_detail::default_wrapper< BaseT >::translate ( char_type  c) const
inline

The documentation for this struct was generated from the following file: