Pyrogenesis  trunk
Public Types | Static Public Member Functions | List of all members
utf16_traits Struct Reference

#include <utf16string.h>

Public Types

typedef utf16_t char_type
 
typedef int int_type
 
typedef std::streampos pos_type
 
typedef std::streamoff off_type
 
typedef std::mbstate_t state_type
 

Static Public Member Functions

static void assign (char_type &c1, const char_type &c2)
 
static bool eq (const char_type &c1, const char_type &c2)
 
static bool lt (const char_type &c1, const char_type &c2)
 
static int compare (const char_type *s1, const char_type *s2, size_t n)
 
static size_t length (const char_type *s)
 
static const char_typefind (const char_type *s, size_t n, const char_type &a)
 
static char_typemove (char_type *s1, const char_type *s2, size_t n)
 
static char_typecopy (char_type *s1, const char_type *s2, size_t n)
 
static char_typeassign (char_type *s, size_t n, char_type a)
 
static char_type to_char_type (const int_type &c)
 
static int_type to_int_type (const char_type &c)
 
static bool eq_int_type (const int_type &c1, const int_type &c2)
 
static int_type eof ()
 
static int_type not_eof (const int_type &c)
 

Member Typedef Documentation

typedef std::streamoff utf16_traits::off_type
typedef std::streampos utf16_traits::pos_type
typedef std::mbstate_t utf16_traits::state_type

Member Function Documentation

static void utf16_traits::assign ( char_type c1,
const char_type c2 
)
inlinestatic
static char_type* utf16_traits::assign ( char_type s,
size_t  n,
char_type  a 
)
inlinestatic
static int utf16_traits::compare ( const char_type s1,
const char_type s2,
size_t  n 
)
inlinestatic
static char_type* utf16_traits::copy ( char_type s1,
const char_type s2,
size_t  n 
)
inlinestatic
static int_type utf16_traits::eof ( )
inlinestatic
static bool utf16_traits::eq ( const char_type c1,
const char_type c2 
)
inlinestatic
static bool utf16_traits::eq_int_type ( const int_type c1,
const int_type c2 
)
inlinestatic
static const char_type* utf16_traits::find ( const char_type s,
size_t  n,
const char_type a 
)
inlinestatic
static size_t utf16_traits::length ( const char_type s)
inlinestatic
static bool utf16_traits::lt ( const char_type c1,
const char_type c2 
)
inlinestatic
static char_type* utf16_traits::move ( char_type s1,
const char_type s2,
size_t  n 
)
inlinestatic
static int_type utf16_traits::not_eof ( const int_type c)
inlinestatic
static char_type utf16_traits::to_char_type ( const int_type c)
inlinestatic
static int_type utf16_traits::to_int_type ( const char_type c)
inlinestatic

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