Outcome of a Manager::clean() call. More...
#include <notex/manager.hpp>
Public Member Functions | |
| std::size_t | total_removed () const noexcept |
Public Attributes | |
| std::vector< std::filesystem::path > | removed_files |
| std::vector< std::filesystem::path > | removed_directories |
Outcome of a Manager::clean() call.
Lists every file and directory that was removed or, under a dry run, that would have been, so that the command layer can report exactly what happened rather than just a count.
Definition at line 55 of file manager.hpp.
|
inlinenoexcept |
Definition at line 61 of file manager.hpp.
Referenced by notex::Manager::clean().
| std::vector<std::filesystem::path> notex::CleanReport::removed_directories |
Definition at line 57 of file manager.hpp.
| std::vector<std::filesystem::path> notex::CleanReport::removed_files |
Definition at line 56 of file manager.hpp.