|
capydi
|
#include <FileIterator.hpp>
Public Types | |
| using | PathType = typename FileSystem::PathType |
| using | PathStringType = typename FileSystem::PathStringType |
| using | RegexType = std::regex |
Public Member Functions | |
| FileIterator (const PathType &folder_path, const PathStringType ®ex) | |
| std::optional< PathType > | next_file () noexcept |
| using FileIterator::PathStringType = typename FileSystem::PathStringType |
| using FileIterator::PathType = typename FileSystem::PathType |
| using FileIterator::RegexType = std::regex |
| FileIterator::FileIterator | ( | const PathType & | folder_path, |
| const PathStringType & | regex ) |
|
noexcept |

