__char_traits_base Class Reference
#include
<stdapis/stlportv5/stl/char_traits.h>
Link against: libstdcppv5.lib
Public Member Functions |
---|
void _STLP_CALL | assign(char_type &, const char_type &) |
char_type *_STLP_CALL | assign(char_type *, size_t, char_type) |
int _STLP_CALL | compare(const char_type *, const char_type *, size_t) |
char_type *_STLP_CALL | copy(char_type *, const char_type *, size_t) |
int_type _STLP_CALL | eof() |
bool _STLP_CALL | eq(const char_type &, const char_type &) |
bool _STLP_CALL | eq_int_type(const int_type &, const int_type &) |
const char_type *_STLP_CALL | find(const char_type *, size_t, const char_type &) |
size_t _STLP_CALL | length(const char_type *) |
bool _STLP_CALL | lt(const char_type &, const char_type &) |
char_type *_STLP_CALL | move(char_type *, const char_type *, size_t) |
int_type _STLP_CALL | not_eof(const int_type &) |
char_type _STLP_CALL | to_char_type(const int_type &) |
int_type _STLP_CALL | to_int_type(const char_type &) |
Member Type Definition Documentation
Member Function Documentation
assign ( char_type &, const char_type & )
assign ( char_type *, size_t, char_type )
compare ( const char_type *, const char_type *, size_t )
copy ( char_type *, const char_type *, size_t )
eof ( )
int_type _STLP_CALL | eof | ( | ) | [static, inline] |
eq ( const char_type &, const char_type & )
eq_int_type ( const int_type &, const int_type & )
bool _STLP_CALL | eq_int_type | ( | const int_type & | __c1, |
| const int_type & | __c2 |
| ) | [static, inline] |
find ( const char_type *, size_t, const char_type & )
length ( const char_type * )
lt ( const char_type &, const char_type & )
move ( char_type *, const char_type *, size_t )
not_eof ( const int_type & )
to_char_type ( const int_type & )
to_int_type ( const char_type & )