State management struct for directory scanning generators. More...
#include <list.hpp>
Public Member Functions | |
~dirscan () | |
Destructor. | |
Public Attributes | |
DIR * | dpdf |
Directory handle. | |
dirent * | epdf |
File handle. | |
zpath | fileType |
The file type to filter by. | |
WIN32_FIND_DATA | fd |
Directory handle. | |
HANDLE | hFind |
File handle. | |
bool | showAll |
Whether to include hidden files in the output. | |
bool | used |
Whether the directory has been opened yet. | |
State management struct for directory scanning generators.