#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) |
To keep both the byte 0xff and the eof symbol 0xffffffff from ending up as 0xffffffff. | |
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 146 of file char_traits.h.
|
Definition at line 148 of file char_traits.h. |
|
Definition at line 149 of file char_traits.h. |
|
Definition at line 151 of file char_traits.h. |
|
Definition at line 150 of file char_traits.h. |
|
Definition at line 152 of file char_traits.h. |
|
Definition at line 196 of file char_traits.h. |
|
Definition at line 156 of file char_traits.h. |
|
Definition at line 171 of file char_traits.h. |
|
Definition at line 191 of file char_traits.h. |
|
Definition at line 217 of file char_traits.h. |
|
Definition at line 161 of file char_traits.h. |
|
Definition at line 212 of file char_traits.h. |
|
Definition at line 181 of file char_traits.h. |
|
Definition at line 176 of file char_traits.h. |
|
Definition at line 166 of file char_traits.h. |
|
Definition at line 186 of file char_traits.h. |
|
Definition at line 221 of file char_traits.h. |
|
Definition at line 201 of file char_traits.h. |
|
To keep both the byte 0xff and the eof symbol 0xffffffff from ending up as 0xffffffff.
Definition at line 207 of file char_traits.h. |