#include <char_traits.h>
Public Types | |
typedef _CharT | char_type |
typedef unsigned long | 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 48 of file char_traits.h.
|
Definition at line 50 of file char_traits.h. Referenced by to_char_type(). |
|
Definition at line 51 of file char_traits.h. Referenced by not_eof(), and to_int_type(). |
|
Definition at line 53 of file char_traits.h. |
|
Definition at line 52 of file char_traits.h. |
|
Definition at line 54 of file char_traits.h. |
|
Definition at line 111 of file char_traits.h. |
|
Definition at line 58 of file char_traits.h. Referenced by assign(). |
|
Definition at line 73 of file char_traits.h. |
|
Definition at line 106 of file char_traits.h. |
|
Definition at line 134 of file char_traits.h. Referenced by not_eof(). |
|
Definition at line 63 of file char_traits.h. Referenced by compare(). |
|
Definition at line 129 of file char_traits.h. Referenced by not_eof(). |
|
Definition at line 92 of file char_traits.h. |
|
Definition at line 83 of file char_traits.h. |
|
Definition at line 68 of file char_traits.h. Referenced by compare(). |
|
Definition at line 101 of file char_traits.h. |
|
Definition at line 138 of file char_traits.h. |
|
Definition at line 120 of file char_traits.h. |
|
Definition at line 125 of file char_traits.h. |