Scanner to scan for a particular type of FIOS file.
More...
|
| FiosFileScanner (SaveLoadOperation fop, FiosGetTypeAndNameProc *callback_proc, FileList &file_list) |
| Create the scanner. More...
|
|
bool | AddFile (const std::string &filename, size_t basepath_length, const std::string &tar_filename) override |
| Try to add a fios item set with the given filename. More...
|
|
virtual | ~FileScanner ()=default |
| Destruct the proper one...
|
|
uint | Scan (std::string_view extension, Subdirectory sd, bool tars=true, bool recursive=true) |
| Scan for files with the given extension in the given search path. More...
|
|
uint | Scan (std::string_view extension, const std::string &directory, bool recursive=true) |
| Scan for files with the given extension in the given search path. More...
|
|
Scanner to scan for a particular type of FIOS file.
Definition at line 258 of file fios.cpp.
◆ FiosFileScanner()
Create the scanner.
- Parameters
-
fop | Purpose of collecting the list. |
callback_proc | The function that is called where you need to do the filtering. |
file_list | Destination of the found files. |
Definition at line 269 of file fios.cpp.
◆ AddFile()
bool FiosFileScanner::AddFile |
( |
const std::string & |
filename, |
|
|
size_t |
basepath_length, |
|
|
const std::string & |
tar_filename |
|
) |
| |
|
overridevirtual |
Try to add a fios item set with the given filename.
- Parameters
-
filename | the full path to the file to read |
- Returns
- true if the file is added.
Implements FileScanner.
Definition at line 281 of file fios.cpp.
References callback_proc, and fop.
The documentation for this class was generated from the following file: