Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::locale::utf::utf_traits< CharType, 4 > Struct Template Reference

#include <utf.hpp>

Public Types

typedef CharType char_type
 

Static Public Member Functions

static int trail_length (char_type c)
 
static bool is_trail (char_type)
 
static bool is_lead (char_type)
 
template<typename It >
static code_point decode_valid (It &current)
 
template<typename It >
static code_point decode (It &current, It last)
 
static int width (code_point)
 
template<typename It >
static It encode (code_point u, It out)
 

Static Public Attributes

static const int max_width = 1
 

Member Typedef Documentation

template<typename CharType >
typedef CharType boost::locale::utf::utf_traits< CharType, 4 >::char_type

Member Function Documentation

template<typename CharType >
template<typename It >
static code_point boost::locale::utf::utf_traits< CharType, 4 >::decode ( It &  current,
It  last 
)
inlinestatic
template<typename CharType >
template<typename It >
static code_point boost::locale::utf::utf_traits< CharType, 4 >::decode_valid ( It &  current)
inlinestatic
template<typename CharType >
template<typename It >
static It boost::locale::utf::utf_traits< CharType, 4 >::encode ( code_point  u,
It  out 
)
inlinestatic

References boost::out.

template<typename CharType >
static bool boost::locale::utf::utf_traits< CharType, 4 >::is_lead ( char_type  )
inlinestatic
template<typename CharType >
static bool boost::locale::utf::utf_traits< CharType, 4 >::is_trail ( char_type  )
inlinestatic
template<typename CharType >
static int boost::locale::utf::utf_traits< CharType, 4 >::trail_length ( char_type  c)
inlinestatic
template<typename CharType >
static int boost::locale::utf::utf_traits< CharType, 4 >::width ( code_point  )
inlinestatic

Member Data Documentation

template<typename CharType >
const int boost::locale::utf::utf_traits< CharType, 4 >::max_width = 1
static

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