minishell
t_fmt Struct Reference

#include <ft_printf_local.h>

Collaboration diagram for t_fmt:
Collaboration graph

Data Fields

t_dtype type
 
t_data data
 
char header [3]
 
t_uint8 head_len
 
int str_len
 
int min_len
 
int max_len
 
bool f_upper: 1
 
bool f_minus: 1
 
bool f_zero: 1
 
bool f_dot: 1
 
bool f_hash: 1
 
bool f_space: 1
 
bool f_plus: 1
 

Detailed Description

Definition at line 47 of file ft_printf_local.h.

Field Documentation

◆ data

t_data t_fmt::data

Definition at line 50 of file ft_printf_local.h.

◆ f_dot

bool t_fmt::f_dot

Definition at line 60 of file ft_printf_local.h.

◆ f_hash

bool t_fmt::f_hash

Definition at line 61 of file ft_printf_local.h.

◆ f_minus

bool t_fmt::f_minus

Definition at line 58 of file ft_printf_local.h.

◆ f_plus

bool t_fmt::f_plus

Definition at line 63 of file ft_printf_local.h.

◆ f_space

bool t_fmt::f_space

Definition at line 62 of file ft_printf_local.h.

◆ f_upper

bool t_fmt::f_upper

Definition at line 57 of file ft_printf_local.h.

◆ f_zero

bool t_fmt::f_zero

Definition at line 59 of file ft_printf_local.h.

◆ head_len

t_uint8 t_fmt::head_len

Definition at line 52 of file ft_printf_local.h.

◆ header

char t_fmt::header[3]

Definition at line 51 of file ft_printf_local.h.

◆ max_len

int t_fmt::max_len

Definition at line 55 of file ft_printf_local.h.

◆ min_len

int t_fmt::min_len

Definition at line 54 of file ft_printf_local.h.

◆ str_len

int t_fmt::str_len

Definition at line 53 of file ft_printf_local.h.

◆ type

t_dtype t_fmt::type

Definition at line 49 of file ft_printf_local.h.


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