Public Types | |
typedef ss::byte | char_type |
typedef unsigned int | int_type |
typedef streampos | pos_type |
typedef streamoff | off_type |
typedef mbstate_t | state_type |
Static Public Member Functions | |
static void | assign (char_type &c1, char_type const &c2) |
static bool | eq (char_type const &c1, char_type const &c2) |
static bool | lt (char_type const &c1, char_type const &c2) |
static int | compare (char_type const *s1, char_type const *s2, size_t n) |
static size_t | length (char_type const *s) |
static char_type const * | find (char_type const *s, size_t n, char_type const &c) |
static char_type * | move (char_type *s1, char_type const *s2, size_t n) |
static char_type * | copy (char_type *s1, char_type const *s2, size_t n) |
static char_type * | assign (char_type *s, size_t n, char_type const &c) |
static char_type | to_char_type (int_type const &c) |
static int_type | to_int_type (char_type const &c) |
static bool | eq_int_type (int_type const &c1, int_type const &c2) |
static int_type | eof () |
static int_type | not_eof (int_type const &c) |
Definition at line 77 of file byte.h.