|
Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
#include <test_fileutils.hpp>
Public Member Functions | |
| visitor_stats (jau::fs::traverse_options topts_) | |
| void | add (const jau::fs::file_stats &element_stats) |
| std::string | to_string () const noexcept |
Public Attributes | |
| int | dirs_real |
| int | dirs_sym_link |
| int | files_real |
| int | files_sym_link |
| jau::fs::traverse_options | topts |
| size_t | total_file_bytes |
| int | total_no_access |
| int | total_not_existing |
| int | total_real |
| int | total_sym_links_existing |
| int | total_sym_links_not_existing |
Definition at line 39 of file test_fileutils.hpp.
|
inline |
Definition at line 52 of file test_fileutils.hpp.
|
inline |
|
inlinenoexcept |
| jau::fs::traverse_options visitor_stats::topts |
Definition at line 40 of file test_fileutils.hpp.
| int visitor_stats::total_real |
Definition at line 41 of file test_fileutils.hpp.
| int visitor_stats::total_sym_links_existing |
Definition at line 42 of file test_fileutils.hpp.
| int visitor_stats::total_sym_links_not_existing |
Definition at line 43 of file test_fileutils.hpp.
| int visitor_stats::total_no_access |
Definition at line 44 of file test_fileutils.hpp.
| int visitor_stats::total_not_existing |
Definition at line 45 of file test_fileutils.hpp.
| size_t visitor_stats::total_file_bytes |
Definition at line 46 of file test_fileutils.hpp.
| int visitor_stats::files_real |
Definition at line 47 of file test_fileutils.hpp.
| int visitor_stats::files_sym_link |
Definition at line 48 of file test_fileutils.hpp.
| int visitor_stats::dirs_real |
Definition at line 49 of file test_fileutils.hpp.
| int visitor_stats::dirs_sym_link |
Definition at line 50 of file test_fileutils.hpp.