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, 1 > Struct Template Reference

#include <utf.hpp>

Public Types

typedef CharType char_type
 

Static Public Member Functions

static int trail_length (char_type ci)
 
static int width (code_point value)
 
static bool is_trail (char_type ci)
 
static bool is_lead (char_type ci)
 
template<typename Iterator >
static code_point decode (Iterator &p, Iterator e)
 
template<typename Iterator >
static code_point decode_valid (Iterator &p)
 
template<typename Iterator >
static Iterator encode (code_point value, Iterator out)
 

Static Public Attributes

static const int max_width = 4
 

Member Typedef Documentation

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

Member Function Documentation

template<typename CharType >
template<typename Iterator >
static code_point boost::locale::utf::utf_traits< CharType, 1 >::decode ( Iterator &  p,
Iterator  e 
)
inlinestatic
template<typename CharType >
template<typename Iterator >
static code_point boost::locale::utf::utf_traits< CharType, 1 >::decode_valid ( Iterator &  p)
inlinestatic
template<typename CharType >
template<typename Iterator >
static Iterator boost::locale::utf::utf_traits< CharType, 1 >::encode ( code_point  value,
Iterator  out 
)
inlinestatic
template<typename CharType >
static bool boost::locale::utf::utf_traits< CharType, 1 >::is_lead ( char_type  ci)
inlinestatic
template<typename CharType >
static bool boost::locale::utf::utf_traits< CharType, 1 >::is_trail ( char_type  ci)
inlinestatic
template<typename CharType >
static int boost::locale::utf::utf_traits< CharType, 1 >::trail_length ( char_type  ci)
inlinestatic
template<typename CharType >
static int boost::locale::utf::utf_traits< CharType, 1 >::width ( code_point  value)
inlinestatic

Member Data Documentation

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

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