std::vector< file_entity > filevec
The vector of file_entity.
Definition filetype.h:75
constexpr int MAX_PATH_LEN
Constants value: max path length.
Definition filetype.h:31
filetype
The type of file.
Definition filetype.h:38
@ ft_socket
Definition filetype.h:54
@ ft_unknown
Definition filetype.h:40
@ ft_all
Definition filetype.h:56
@ ft_file
Definition filetype.h:44
@ ft_block_special
Definition filetype.h:50
@ ft_char_special
Definition filetype.h:48
@ ft_symlink
Definition filetype.h:46
@ ft_directory
Definition filetype.h:42
@ ft_pipefifo
Definition filetype.h:52
file entity struct. include file type and file path.
Definition filetype.h:64
filetype type
Definition filetype.h:66
std::string filepath
Definition filetype.h:68