|
Public Types |
| typedef char | char_type |
Static Public Member Functions |
| static void | assign (char_type &c1, const char_type &c2) _THROW_NONE |
| static bool | eq (const char_type &c1, const char_type &c2) _THROW_NONE |
| static bool | ne (const char_type &c1, const char_type &c2) _THROW_NONE |
| static bool | lt (const char_type &c1, const char_type &c2) _THROW_NONE |
| static char_type | eos () _THROW_NONE |
| static istream & | char_in (istream &is, char_type &c) _THROW_NONE |
| static ostream & | char_out (ostream &os, char_type c) _THROW_NONE |
| static bool | is_del (char_type c) _THROW_NONE |
| static int | compare (const char_type *s1, const char_type *s2, size_t n) _THROW_NONE |
| static size_t | length (const char_type *s) _THROW_NONE |
| static char_type * | copy (char_type *s1, const char_type *s2, size_t n) _THROW_NONE |