Modules | Files | Inheritance Tree | Inheritance Graph | Name Index | Config
namespace Synopsis::Parser::C++::std
template <>
struct char_traits<unsigned char>
Files: Synopsis/Parser/C++/syn/decoder.hh

A specialization of the char_traits for unsigned char


Public Typedefs Summary:
unsigned charchar_type [Source]
intint_type [Source]
std::streampospos_type [Source]
std::streamoffoff_type [Source]
mbstate_tstate_type [Source]

Public Member functions Summary:
static voidassign(char_type& __c1, const char_type& __c2) [Source]
static booleq(const char_type& __c1, const char_type& __c2) [Source]
static boollt(const char_type& __c1, const char_type& __c2) [Source]
static intcompare(const char_type* __s1, const char_type* __s2, size_t __n) [Source]
static size_tlength(const char_type* __s) [Source]
static const char_type*find(const char_type* __s, size_t __n, const char_type& __a) [Source]
static char_type*move(char_type* __s1, const char_type* __s2, size_t __n) [Source]
static char_type*copy(char_type* __s1, const char_type* __s2, size_t __n) [Source]
static char_type*assign(char_type* __s, size_t __n, char_type __a) [Source]
static char_typeto_char_type(const int_type& __c) [Source]
static int_typeto_int_type(const char_type& __c) [Source]
static booleq_int_type(const int_type& __c1, const int_type& __c2) [Source]
static int_typeeof() [Source]
static int_typenot_eof(const int_type& __c) [Source]