#include <stdapis/stlportv5/stl/char_traits.h>
| class __char_traits_base |
| Public Member Type Definitions | |
|---|---|
| typedef | _CharT char_type |
| typedef | _IntT int_type |
| typedef | streamoff off_type |
| typedef | streampos pos_type |
| typedef | mbstate_t state_type |
| 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 &) |
| typedef _CharT | char_type |
| typedef _IntT | int_type |
| typedef streamoff | off_type |
| typedef streampos | pos_type |
| typedef mbstate_t | state_type |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| Parameters | |
|---|---|
| __c1 | - |
| __c2 | - |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
| Parameters | |
|---|---|
| __s | - |
| __n | - |
| __c | - |
| int_type _STLP_CALL | eof | ( | ) | [static, inline] |