__char_traits_base< _CharT, _IntT > Class Template Reference#include <char_traits.h>
Detailed Descriptiontemplate<class _CharT, class _IntT>
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| typedef _CharT __char_traits_base< _CharT, _IntT >::char_type |
| typedef _IntT __char_traits_base< _CharT, _IntT >::int_type |
| typedef streamoff __char_traits_base< _CharT, _IntT >::off_type |
| typedef streampos __char_traits_base< _CharT, _IntT >::pos_type |
| typedef mbstate_t __char_traits_base< _CharT, _IntT >::state_type |
| static void _STLP_CALL __char_traits_base< _CharT, _IntT >::assign | ( | char_type & | __c1, | |
| const char_type & | __c2 | |||
| ) | [inline, static] |
| static bool _STLP_CALL __char_traits_base< _CharT, _IntT >::eq | ( | const char_type & | __c1, | |
| const char_type & | __c2 | |||
| ) | [inline, static] |
Definition at line 148 of file char_traits.h.
Referenced by __char_traits_base< _CharT, _CharT >::compare(), __char_traits_base< _CharT, _CharT >::find(), and __char_traits_base< _CharT, _CharT >::length().
| static bool _STLP_CALL __char_traits_base< _CharT, _IntT >::lt | ( | const char_type & | __c1, | |
| const char_type & | __c2 | |||
| ) | [inline, static] |
Definition at line 150 of file char_traits.h.
| static int _STLP_CALL __char_traits_base< _CharT, _IntT >::compare | ( | const char_type * | __s1, | |
| const char_type * | __s2, | |||
| size_t | __n | |||
| ) | [inline, static] |
| static size_t _STLP_CALL __char_traits_base< _CharT, _IntT >::length | ( | const char_type * | __s | ) | [inline, static] |
| static const char_type* _STLP_CALL __char_traits_base< _CharT, _IntT >::find | ( | const char_type * | __s, | |
| size_t | __n, | |||
| const char_type & | __c | |||
| ) | [inline, static] |
Definition at line 167 of file char_traits.h.
| static char_type* _STLP_CALL __char_traits_base< _CharT, _IntT >::move | ( | char_type * | __s1, | |
| const char_type * | __s2, | |||
| size_t | _Sz | |||
| ) | [inline, static] |
Definition at line 174 of file char_traits.h.
| static char_type* _STLP_CALL __char_traits_base< _CharT, _IntT >::copy | ( | char_type * | __s1, | |
| const char_type * | __s2, | |||
| size_t | __n | |||
| ) | [inline, static] |
Definition at line 177 of file char_traits.h.
| static char_type* _STLP_CALL __char_traits_base< _CharT, _IntT >::assign | ( | char_type * | __s, | |
| size_t | __n, | |||
| char_type | __c | |||
| ) | [inline, static] |
| static int_type _STLP_CALL __char_traits_base< _CharT, _IntT >::not_eof | ( | const int_type & | __c | ) | [inline, static] |
Definition at line 188 of file char_traits.h.
| static char_type _STLP_CALL __char_traits_base< _CharT, _IntT >::to_char_type | ( | const int_type & | __c | ) | [inline, static] |
| static int_type _STLP_CALL __char_traits_base< _CharT, _IntT >::to_int_type | ( | const char_type & | __c | ) | [inline, static] |
| static bool _STLP_CALL __char_traits_base< _CharT, _IntT >::eq_int_type | ( | const int_type & | __c1, | |
| const int_type & | __c2 | |||
| ) | [inline, static] |
Definition at line 197 of file char_traits.h.
Referenced by __char_traits_base< _CharT, _CharT >::not_eof().
| static int_type _STLP_CALL __char_traits_base< _CharT, _IntT >::eof | ( | ) | [inline, static] |
Definition at line 200 of file char_traits.h.
Referenced by __char_traits_base< _CharT, _CharT >::not_eof().
1.5.1