ReactOS 0.4.16-dev-927-g467dec4
__crt_stdio_output::positional_parameter_base< Character, OutputAdapter >::parameter_data Struct Reference

Public Attributes

parameter_type _actual_type
 
Character _format_type
 
va_list _valist_it
 
length_modifier _length
 

Detailed Description

template<typename Character, typename OutputAdapter>
struct __crt_stdio_output::positional_parameter_base< Character, OutputAdapter >::parameter_data

Definition at line 1528 of file corecrt_internal_stdio_output.h.

Member Data Documentation

◆ _actual_type

template<typename Character , typename OutputAdapter >
parameter_type __crt_stdio_output::positional_parameter_base< Character, OutputAdapter >::parameter_data::_actual_type

Definition at line 1530 of file corecrt_internal_stdio_output.h.

◆ _format_type

template<typename Character , typename OutputAdapter >
Character __crt_stdio_output::positional_parameter_base< Character, OutputAdapter >::parameter_data::_format_type

Definition at line 1531 of file corecrt_internal_stdio_output.h.

◆ _length

template<typename Character , typename OutputAdapter >
length_modifier __crt_stdio_output::positional_parameter_base< Character, OutputAdapter >::parameter_data::_length

Definition at line 1534 of file corecrt_internal_stdio_output.h.

◆ _valist_it

template<typename Character , typename OutputAdapter >
va_list __crt_stdio_output::positional_parameter_base< Character, OutputAdapter >::parameter_data::_valist_it

Definition at line 1533 of file corecrt_internal_stdio_output.h.


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