ReactOS 0.4.15-dev-7958-gcd0bb1a
char_traits< _CharT > Class Template Reference

#include <char_traits.h>

Inheritance diagram for char_traits< _CharT >:
Collaboration diagram for char_traits< _CharT >:

Additional Inherited Members

- Public Types inherited from __char_traits_base< _CharT, _CharT >
typedef _CharT char_type
 
typedef _CharT int_type
 
typedef streamoff off_type
 
typedef streampos pos_type
 
typedef mbstate_t state_type
 
- Static Public Member Functions inherited from __char_traits_base< _CharT, _CharT >
static void _STLP_CALL assign (char_type &__c1, const char_type &__c2)
 
static char_type *_STLP_CALL assign (char_type *__s, size_t __n, char_type __c)
 
static bool _STLP_CALL eq (const char_type &__c1, const char_type &__c2)
 
static bool _STLP_CALL lt (const char_type &__c1, const char_type &__c2)
 
static int _STLP_CALL compare (const char_type *__s1, const char_type *__s2, size_t __n)
 
static size_t _STLP_CALL length (const char_type *__s)
 
static const char_type *_STLP_CALL find (const char_type *__s, size_t __n, const char_type &__c)
 
static char_type *_STLP_CALL move (char_type *__s1, const char_type *__s2, size_t _Sz)
 
static char_type *_STLP_CALL copy (char_type *__s1, const char_type *__s2, size_t __n)
 
static int_type _STLP_CALL not_eof (const int_type &__c)
 
static char_type _STLP_CALL to_char_type (const int_type &__c)
 
static int_type _STLP_CALL to_int_type (const char_type &__c)
 
static bool _STLP_CALL eq_int_type (const int_type &__c1, const int_type &__c2)
 
static int_type _STLP_CALL eof ()
 

Detailed Description

template<class _CharT>
class char_traits< _CharT >

Definition at line 203 of file char_traits.h.


The documentation for this class was generated from the following file: