#include <char_traits.h>
Public Types | |
| typedef char | char_type |
| typedef int | int_type |
| typedef streampos | pos_type |
| typedef streamoff | off_type |
| typedef mbstate_t | state_type |
Static Public Methods | |
| void | assign (char_type &__c1, const char_type &__c2) |
| bool | eq (const char_type &__c1, const char_type &__c2) |
| bool | lt (const char_type &__c1, const char_type &__c2) |
| int | compare (const char_type *__s1, const char_type *__s2, size_t __n) |
| size_t | length (const char_type *__s) |
| const char_type * | find (const char_type *__s, size_t __n, const char_type &__a) |
| char_type * | move (char_type *__s1, const char_type *__s2, size_t __n) |
| char_type * | copy (char_type *__s1, const char_type *__s2, size_t __n) |
| char_type * | assign (char_type *__s, size_t __n, char_type __a) |
| 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 () |
| int_type | not_eof (const int_type &__c) |
Definition at line 132 of file char_traits.h.
|
|
Definition at line 134 of file char_traits.h. |
|
|
Definition at line 135 of file char_traits.h. |
|
|
Definition at line 137 of file char_traits.h. |
|
|
Definition at line 136 of file char_traits.h. |
|
|
Definition at line 138 of file char_traits.h. |
|
||||||||||||||||
|
Definition at line 173 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
|
||||||||||||
|
Definition at line 141 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
|
||||||||||||||||
|
Definition at line 153 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
|
||||||||||||||||
|
Definition at line 169 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
|
|
Definition at line 191 of file char_traits.h. |
|
||||||||||||
|
Definition at line 145 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
|
||||||||||||
|
Definition at line 187 of file char_traits.h. References std::char_traits< _CharT >::int_type. |
|
||||||||||||||||
|
Definition at line 161 of file char_traits.h. References std::char_traits< _CharT >::char_type, and std::memchr(). |
|
|
Definition at line 157 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
|
||||||||||||
|
Definition at line 149 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
|
||||||||||||||||
|
Definition at line 165 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
|
|
Definition at line 194 of file char_traits.h. References std::char_traits< _CharT >::eof(), and std::char_traits< _CharT >::int_type. |
|
|
Definition at line 177 of file char_traits.h. References std::char_traits< _CharT >::int_type. |
|
|
Definition at line 183 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
1.2.15