Minishell
 
Loading...
Searching...
No Matches
s_file Struct Reference

Structure to handle all the data of a file. More...

#include <file.h>

Collaboration diagram for s_file:

Data Fields

t_filenext
 
char * name
 
t_tmptmp
 
t_bool parsed
 
t_bool exist
 
t_bool perm_read
 
t_bool perm_write
 
t_bool is_heredoc
 
t_bool is_append
 

Detailed Description

Structure to handle all the data of a file.

Field Documentation

◆ exist

t_bool s_file::exist

◆ is_append

t_bool s_file::is_append

◆ is_heredoc

t_bool s_file::is_heredoc

◆ name

char* s_file::name

◆ next

t_file* s_file::next

◆ parsed

t_bool s_file::parsed

◆ perm_read

t_bool s_file::perm_read

◆ perm_write

t_bool s_file::perm_write

◆ tmp

t_tmp* s_file::tmp

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