|
static char _STLP_CALL | to_char_type (const int &__c) |
|
static int _STLP_CALL | to_int_type (const char &__c) |
|
static int _STLP_CALL | compare (const char *__s1, const char *__s2, size_t __n) |
|
static size_t _STLP_CALL | length (const char *__s) |
|
static void _STLP_CALL | assign (char &__c1, const char &__c2) |
|
static char *_STLP_CALL | assign (char *__s, size_t __n, char __c) |
|
static void _STLP_CALL | assign (char_type &__c1, const char_type &__c2) |
|
static char_type *_STLP_CALL | assign (char_type *__s, size_t __n, char_type __c) |
|
static bool _STLP_CALL | eq (const char_type &__c1, const char_type &__c2) |
|
static bool _STLP_CALL | lt (const char_type &__c1, const char_type &__c2) |
|
static int _STLP_CALL | compare (const char_type *__s1, const char_type *__s2, size_t __n) |
|
static size_t _STLP_CALL | length (const char_type *__s) |
|
static const char_type *_STLP_CALL | find (const char_type *__s, size_t __n, const char_type &__c) |
|
static char_type *_STLP_CALL | move (char_type *__s1, const char_type *__s2, size_t _Sz) |
|
static char_type *_STLP_CALL | copy (char_type *__s1, const char_type *__s2, size_t __n) |
|
static int_type _STLP_CALL | not_eof (const int_type &__c) |
|
static char_type _STLP_CALL | to_char_type (const int_type &__c) |
|
static int_type _STLP_CALL | to_int_type (const char_type &__c) |
|
static bool _STLP_CALL | eq_int_type (const int_type &__c1, const int_type &__c2) |
|
static int_type _STLP_CALL | eof () |
|
Definition at line 209 of file char_traits.h.