#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 52 of file char_traits.h. Referenced by std::char_traits< char >::eq_int_type(), std::char_traits< _CharT >::eq_int_type(), std::char_traits< char >::not_eof(), std::char_traits< _CharT >::not_eof(), std::char_traits< char >::to_char_type(), std::char_traits< _CharT >::to_char_type(), and std::char_traits< _CharT >::to_int_type(). |
|
|||||
|
Definition at line 54 of file char_traits.h. |
|
|||||
|
Definition at line 53 of file char_traits.h. |
|
|||||
|
Definition at line 55 of file char_traits.h. |
|
||||||||||||||||||||
|
Definition at line 103 of file char_traits.h. References std::char_traits< _CharT >::assign(), and std::char_traits< _CharT >::char_type. |
|
||||||||||||||||
|
Definition at line 58 of file char_traits.h. References std::char_traits< _CharT >::char_type. Referenced by std::char_traits< _CharT >::assign(). |
|
||||||||||||||||||||
|
Definition at line 70 of file char_traits.h. References std::char_traits< _CharT >::char_type, std::char_traits< _CharT >::eq(), and std::char_traits< _CharT >::lt(). |
|
||||||||||||||||||||
|
Definition at line 99 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
|
|||||||||
|
Definition at line 122 of file char_traits.h. Referenced by std::char_traits< char >::not_eof(), and std::char_traits< _CharT >::not_eof(). |
|
||||||||||||||||
|
Definition at line 62 of file char_traits.h. References std::char_traits< _CharT >::char_type. Referenced by std::char_traits< _CharT >::compare(). |
|
||||||||||||||||
|
Definition at line 118 of file char_traits.h. References std::char_traits< _CharT >::int_type. Referenced by std::char_traits< _CharT >::not_eof(). |
|
||||||||||||||||||||
|
Definition at line 87 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
|
||||||||||
|
Definition at line 79 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
|
||||||||||||||||
|
Definition at line 66 of file char_traits.h. References std::char_traits< _CharT >::char_type. Referenced by std::char_traits< _CharT >::compare(). |
|
||||||||||||||||||||
|
Definition at line 95 of file char_traits.h. References std::char_traits< _CharT >::char_type. |
|
||||||||||
|
Definition at line 125 of file char_traits.h. References std::char_traits< _CharT >::eof(), std::char_traits< _CharT >::eq_int_type(), and std::char_traits< _CharT >::int_type. |
|
||||||||||
|
Definition at line 111 of file char_traits.h. References std::char_traits< _CharT >::char_type, and std::char_traits< _CharT >::int_type. |
|
||||||||||
|
Definition at line 115 of file char_traits.h. References std::char_traits< _CharT >::char_type, and std::char_traits< _CharT >::int_type. |
1.2.15