#include <stdapis/stlportv5/stl/char_traits.h>
template <> |
class char_traits< char > : public __char_traits_base< char, int > |
Public Member Type Definitions | |
---|---|
typedef | char char_type |
typedef | int int_type |
typedef | streamoff off_type |
typedef | streampos pos_type |
typedef | mbstate_t state_type |
Public Member Functions | |
---|---|
void _STLP_CALL | assign(char &, const char &) |
char *_STLP_CALL | assign(char *, size_t, char) |
int _STLP_CALL | compare(const char *, const char *, size_t) |
size_t _STLP_CALL | length(const char *) |
char _STLP_CALL | to_char_type(const int &) |
int _STLP_CALL | to_int_type(const char &) |
typedef char | char_type |
typedef int | int_type |
typedef streamoff | off_type |
typedef streampos | pos_type |
typedef mbstate_t | state_type |
void _STLP_CALL | assign | ( | char & | __c1, |
const char & | __c2 | |||
) | [static, inline] |
Reimplemented from __char_traits_base< char, int >::assign(char_type &,const char_type &)
char *_STLP_CALL | assign | ( | char * | __s, |
size_t | __n, | |||
char | __c | |||
) | [static, inline] |
Reimplemented from __char_traits_base< char, int >::assign(char_type *,size_t,char_type)
int _STLP_CALL | compare | ( | const char * | __s1, |
const char * | __s2, | |||
size_t | __n | |||
) | [static, inline] |
Reimplemented from __char_traits_base< char, int >::compare(const char_type *,const char_type *,size_t)
size_t _STLP_CALL | length | ( | const char * | __s | ) | [static, inline] |
Reimplemented from __char_traits_base< char, int >::length(const char_type *)
char _STLP_CALL | to_char_type | ( | const int & | __c | ) | [static, inline] |
Reimplemented from __char_traits_base< char, int >::to_char_type(const int_type &)
int _STLP_CALL | to_int_type | ( | const char & | __c | ) | [static, inline] |
Reimplemented from __char_traits_base< char, int >::to_int_type(const char_type &)