char_traits< wchar_t > Class Template Reference
template <>
|
class char_traits< wchar_t > : public __char_traits_base< wchar_t, wint_t >
|
Public Member Functions
|
wchar_t *_STLP_CALL
|
assign
(wchar_t *,
size_t
, wchar_t)
|
void _STLP_CALL
|
assign
(wchar_t &, const wchar_t &)
|
int _STLP_CALL
|
compare
(const wchar_t *, const wchar_t *,
size_t
)
|
wchar_t *_STLP_CALL
|
copy
(wchar_t *, const wchar_t *,
size_t
)
|
size_t
_STLP_CALL
|
length
(const wchar_t *)
|
wchar_t *_STLP_CALL
|
move
(wchar_t *, const wchar_t *,
size_t
)
|
Inherited Functions
|
|
__char_traits_base< wchar_t, wint_t >::eof()
|
|
__char_traits_base< wchar_t, wint_t >::eq(const char_type &,const char_type &)
|
|
__char_traits_base< wchar_t, wint_t >::eq_int_type(const int_type &,const int_type &)
|
|
__char_traits_base< wchar_t, wint_t >::find(const char_type *,size_t,const char_type &)
|
|
__char_traits_base< wchar_t, wint_t >::lt(const char_type &,const char_type &)
|
|
__char_traits_base< wchar_t, wint_t >::not_eof(const int_type &)
|
|
__char_traits_base< wchar_t, wint_t >::to_char_type(const int_type &)
|
|
__char_traits_base< wchar_t, wint_t >::to_int_type(const char_type &)
|
Member Functions Documentation
assign(wchar_t *, size_t, wchar_t)
wchar_t *_STLP_CALL
|
assign
|
(
|
wchar_t *
|
__s,
|
|
size_t
|
__n,
|
|
wchar_t
|
__c
|
|
)
|
[static, inline]
|
Parameters
wchar_t * __s
|
|
size_t
__n
|
|
wchar_t __c
|
|
assign(wchar_t &, const wchar_t &)
void _STLP_CALL
|
assign
|
(
|
wchar_t &
|
__c1,
|
|
const wchar_t &
|
__c2
|
|
)
|
[static, inline]
|
Parameters
wchar_t & __c1
|
|
const wchar_t & __c2
|
|
compare(const wchar_t *, const wchar_t *, size_t)
int _STLP_CALL
|
compare
|
(
|
const wchar_t *
|
__s1,
|
|
const wchar_t *
|
__s2,
|
|
size_t
|
__n
|
|
)
|
[static, inline]
|
Parameters
const wchar_t * __s1
|
|
const wchar_t * __s2
|
|
size_t
__n
|
|
copy(wchar_t *, const wchar_t *, size_t)
wchar_t *_STLP_CALL
|
copy
|
(
|
wchar_t *
|
__dest,
|
|
const wchar_t *
|
__src,
|
|
size_t
|
__n
|
|
)
|
[static, inline]
|
Parameters
wchar_t * __dest
|
|
const wchar_t * __src
|
|
size_t
__n
|
|
length(const wchar_t *)
size_t
_STLP_CALL
|
length
|
(
|
const wchar_t *
|
__s
|
)
|
[static, inline]
|
move(wchar_t *, const wchar_t *, size_t)
wchar_t *_STLP_CALL
|
move
|
(
|
wchar_t *
|
__dest,
|
|
const wchar_t *
|
__src,
|
|
size_t
|
__n
|
|
)
|
[static, inline]
|
Parameters
wchar_t * __dest
|
|
const wchar_t * __src
|
|
size_t
__n
|
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.