Go to the source code of this file.
Classes | |
| struct | MR::DirectoryIterator |
| iterator of directory items that will save any errors in (ec) instead of throwing exceptions More... | |
| struct | MR::Directory |
| struct | MR::DirectoryRecursiveIterator |
| recursive iterator of directory items that will save any errors in (ec) instead of throwing exceptions More... | |
| struct | MR::DirectoryRecursive |
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Functions | |
| std::filesystem::path | MR::findPathWithExtension (const std::filesystem::path &pathWithoutExtension) |
| given file name without final extension, finds in the same folder an existing file with same stem and any extension | |
| bool | MR::operator!= (const DirectoryIterator &a, const std::filesystem::directory_iterator &b) |
| bool | MR::operator!= (const DirectoryRecursiveIterator &a, const std::filesystem::recursive_directory_iterator &b) |