char_traits< char > Class Template Reference
template <>
|
class char_traits< char > : public __char_traits_base< char, int >
|
Inherited Functions
|
|
__char_traits_base< char, int >::copy(char_type *,const char_type *,size_t)
|
|
__char_traits_base< char, int >::eof()
|
|
__char_traits_base< char, int >::eq(const char_type &,const char_type &)
|
|
__char_traits_base< char, int >::eq_int_type(const int_type &,const int_type &)
|
|
__char_traits_base< char, int >::find(const char_type *,size_t,const char_type &)
|
|
__char_traits_base< char, int >::lt(const char_type &,const char_type &)
|
|
__char_traits_base< char, int >::move(char_type *,const char_type *,size_t)
|
|
__char_traits_base< char, int >::not_eof(const int_type &)
|
Member Functions Documentation
assign(char &, const char &)
void _STLP_CALL
|
assign
|
(
|
char &
|
__c1,
|
|
const char &
|
__c2
|
|
)
|
[static, inline]
|
Parameters
char & __c1
|
|
const char & __c2
|
|
assign(char *, size_t, char)
char *_STLP_CALL
|
assign
|
(
|
char *
|
__s,
|
|
size_t
|
__n,
|
|
char
|
__c
|
|
)
|
[static, inline]
|
Parameters
char * __s
|
|
size_t
__n
|
|
char __c
|
|
compare(const char *, const char *, size_t)
int _STLP_CALL
|
compare
|
(
|
const char *
|
__s1,
|
|
const char *
|
__s2,
|
|
size_t
|
__n
|
|
)
|
[static, inline]
|
Parameters
const char * __s1
|
|
const char * __s2
|
|
size_t
__n
|
|
length(const char *)
size_t
_STLP_CALL
|
length
|
(
|
const char *
|
__s
|
)
|
[static, inline]
|
to_char_type(const int &)
char _STLP_CALL
|
to_char_type
|
(
|
const int &
|
__c
|
)
|
[static, inline]
|
to_int_type(const char &)
int _STLP_CALL
|
to_int_type
|
(
|
const char &
|
__c
|
)
|
[static, inline]
|
Member Type Definitions Documentation
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.