|
Public 型 |
| typedef charT | char_type |
| typedef const charT & | const_char_ref |
| typedef const charT * | const_char_ptr |
| typedef charT * | char_ptr |
| typedef int | int_type |
| typedef size_t | size_type |
| typedef size_t | pos_type |
| typedef size_t | off_type |
| typedef char | state_type |
Static Public メソッド |
| void | assign (char_type &c1, const char_type &c2) |
| bool | eq (const_char_ref c1, const_char_ref c2) |
| bool | lt (const_char_ref c1, const_char_ref c2) |
| int | compare (const_char_ptr s1, const_char_ptr s2, size_type n) |
| size_t | length (const_char_ptr s) |
| const_char_ptr | find (const_char_ptr s, size_type n, const_char_ref c) |
| char_ptr | move (char_ptr s1, const_char_ptr s2, size_type n) |
| char_ptr | copy (char_ptr s1, const_char_ptr s2, size_type n) |
| char_ptr | assign (char_ptr s, size_type n, char_type c) |
| int_type | not_eof (const int_type &c) |
| char_type | to_char_type (const int_type &c) |
| int_type | to_int_type (const char_type &c) |
| bool | eq_int_type (const int_type &c1, const int_type &c2) |
| int_type | eof () |