#include <char_traits.h>
Inheritance diagram for __gnu_cxx::char_traits< _CharT >:

| Public Types | |
| typedef _CharT | char_type | 
| typedef _Char_types< _CharT >::int_type | int_type | 
| typedef _Char_types< _CharT >::pos_type | pos_type | 
| typedef _Char_types< _CharT >::off_type | off_type | 
| typedef _Char_types< _CharT >::state_type | state_type | 
| Static Public Member Functions | |
| static void | assign (char_type &__c1, const char_type &__c2) | 
| static bool | eq (const char_type &__c1, const char_type &__c2) | 
| static bool | lt (const char_type &__c1, const char_type &__c2) | 
| static int | compare (const char_type *__s1, const char_type *__s2, std::size_t __n) | 
| static std::size_t | length (const char_type *__s) | 
| static const char_type * | find (const char_type *__s, std::size_t __n, const char_type &__a) | 
| static char_type * | move (char_type *__s1, const char_type *__s2, std::size_t __n) | 
| static char_type * | copy (char_type *__s1, const char_type *__s2, std::size_t __n) | 
| static char_type * | assign (char_type *__s, std::size_t __n, char_type __a) | 
| static char_type | to_char_type (const int_type &__c) | 
| static int_type | to_int_type (const char_type &__c) | 
| static bool | eq_int_type (const int_type &__c1, const int_type &__c2) | 
| static int_type | eof () | 
| static int_type | not_eof (const int_type &__c) | 
Definition at line 87 of file char_traits.h.
| typedef _CharT __gnu_cxx::char_traits< _CharT >::char_type | 
Definition at line 89 of file char_traits.h.
| typedef _Char_types<_CharT>::int_type __gnu_cxx::char_traits< _CharT >::int_type | 
Definition at line 90 of file char_traits.h.
| typedef _Char_types<_CharT>::off_type __gnu_cxx::char_traits< _CharT >::off_type | 
Definition at line 92 of file char_traits.h.
| typedef _Char_types<_CharT>::pos_type __gnu_cxx::char_traits< _CharT >::pos_type | 
Reimplemented in __gnu_cxx::encoding_char_traits< _CharT >.
Definition at line 91 of file char_traits.h.
| typedef _Char_types<_CharT>::state_type __gnu_cxx::char_traits< _CharT >::state_type | 
Reimplemented in __gnu_cxx::encoding_char_traits< _CharT >.
Definition at line 93 of file char_traits.h.
| char_traits< _CharT >::char_type * __gnu_cxx::char_traits< _CharT >::assign | ( | char_type * | __s, | |
| std::size_t | __n, | |||
| char_type | __a | |||
| ) |  [static] | 
| static void __gnu_cxx::char_traits< _CharT >::assign | ( | char_type & | __c1, | |
| const char_type & | __c2 | |||
| ) |  [inline, static] | 
Definition at line 96 of file char_traits.h.
| int __gnu_cxx::char_traits< _CharT >::compare | ( | const char_type * | __s1, | |
| const char_type * | __s2, | |||
| std::size_t | __n | |||
| ) |  [static] | 
| char_traits< _CharT >::char_type * __gnu_cxx::char_traits< _CharT >::copy | ( | char_type * | __s1, | |
| const char_type * | __s2, | |||
| std::size_t | __n | |||
| ) |  [static] | 
| static int_type __gnu_cxx::char_traits< _CharT >::eof | ( | ) |  [inline, static] | 
Definition at line 138 of file char_traits.h.
Referenced by std::char_traits< char >::not_eof(), and __gnu_cxx::char_traits< _CharT >::not_eof().
| static bool __gnu_cxx::char_traits< _CharT >::eq | ( | const char_type & | __c1, | |
| const char_type & | __c2 | |||
| ) |  [inline, static] | 
Definition at line 100 of file char_traits.h.
Referenced by __gnu_cxx::char_traits< _CharT >::find(), and __gnu_cxx::char_traits< _CharT >::length().
| static bool __gnu_cxx::char_traits< _CharT >::eq_int_type | ( | const int_type & | __c1, | |
| const int_type & | __c2 | |||
| ) |  [inline, static] | 
Definition at line 134 of file char_traits.h.
Referenced by __gnu_cxx::char_traits< _CharT >::not_eof().
| const char_traits< _CharT >::char_type * __gnu_cxx::char_traits< _CharT >::find | ( | const char_type * | __s, | |
| std::size_t | __n, | |||
| const char_type & | __a | |||
| ) |  [static] | 
| std::size_t __gnu_cxx::char_traits< _CharT >::length | ( | const char_type * | __s | ) |  [static] | 
| static bool __gnu_cxx::char_traits< _CharT >::lt | ( | const char_type & | __c1, | |
| const char_type & | __c2 | |||
| ) |  [inline, static] | 
Definition at line 104 of file char_traits.h.
Referenced by __gnu_cxx::char_traits< _CharT >::compare().
| char_traits< _CharT >::char_type * __gnu_cxx::char_traits< _CharT >::move | ( | char_type * | __s1, | |
| const char_type * | __s2, | |||
| std::size_t | __n | |||
| ) |  [static] | 
Definition at line 184 of file char_traits.h.
| static int_type __gnu_cxx::char_traits< _CharT >::not_eof | ( | const int_type & | __c | ) |  [inline, static] | 
Definition at line 142 of file char_traits.h.
References __gnu_cxx::char_traits< _CharT >::eof(), __gnu_cxx::char_traits< _CharT >::eq_int_type(), and __gnu_cxx::char_traits< _CharT >::to_int_type().
| static char_type __gnu_cxx::char_traits< _CharT >::to_char_type | ( | const int_type & | __c | ) |  [inline, static] | 
Definition at line 126 of file char_traits.h.
| static int_type __gnu_cxx::char_traits< _CharT >::to_int_type | ( | const char_type & | __c | ) |  [inline, static] | 
Definition at line 130 of file char_traits.h.
Referenced by __gnu_cxx::char_traits< _CharT >::not_eof().
 1.4.7
 1.4.7