ReactOS 0.4.16-dev-1133-g947c03e
__crt_char_traits< wchar_t > Struct Reference

#include <corecrt_internal_traits.h>

Inheritance diagram for __crt_char_traits< wchar_t >:

Public Types

typedef wchar_t char_type
 
typedef wchar_t unsigned_char_type
 
typedef char other_char_type
 
typedef wint_t int_type
 
typedef STARTUPINFOW startup_info_type
 
typedef WIN32_FIND_DATAW win32_find_data_type
 

Detailed Description

Definition at line 154 of file corecrt_internal_traits.h.

Member Typedef Documentation

◆ char_type

typedef wchar_t __crt_char_traits< wchar_t >::char_type

Definition at line 156 of file corecrt_internal_traits.h.

◆ int_type

typedef wint_t __crt_char_traits< wchar_t >::int_type

Definition at line 159 of file corecrt_internal_traits.h.

◆ other_char_type

typedef char __crt_char_traits< wchar_t >::other_char_type

Definition at line 158 of file corecrt_internal_traits.h.

◆ startup_info_type

typedef STARTUPINFOW __crt_char_traits< wchar_t >::startup_info_type

Definition at line 160 of file corecrt_internal_traits.h.

◆ unsigned_char_type

typedef wchar_t __crt_char_traits< wchar_t >::unsigned_char_type

Definition at line 157 of file corecrt_internal_traits.h.

◆ win32_find_data_type

typedef WIN32_FIND_DATAW __crt_char_traits< wchar_t >::win32_find_data_type

Definition at line 161 of file corecrt_internal_traits.h.


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