Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
class holding optional parameters used to test the structure coherence of an existing archive More...
#include <archive_options.hpp>
Public Member Functions | |
archive_options_test (const archive_options_test &ref) | |
archive_options_test (archive_options_test &&ref) noexcept | |
archive_options_test & | operator= (const archive_options_test &ref) |
archive_options_test & | operator= (archive_options_test &&ref) noexcept |
void | clear () |
void | set_selection (const mask &selection) |
list of filenames to consider (directory not concerned by this fiter) | |
void | set_subtree (const mask &subtree) |
defines the directories and files to consider More... | |
void | set_info_details (bool info_details) |
void | set_display_skipped (bool display_skipped) |
whether to display files that have been excluded by filters | |
void | set_display_treated (bool display_treated, bool only_dir) |
void | set_empty (bool empty) |
dry-run exectution if set to true | |
const mask & | get_selection () const |
const mask & | get_subtree () const |
bool | get_info_details () const |
bool | get_display_treated () const |
bool | get_display_treated_only_dir () const |
bool | get_display_skipped () const |
bool | get_empty () const |
Private Member Functions | |
void | destroy () noexcept |
void | nullifyptr () noexcept |
void | copy_from (const archive_options_test &ref) |
void | move_from (archive_options_test &&ref) noexcept |
Private Attributes | |
mask * | x_selection |
mask * | x_subtree |
bool | x_info_details |
bool | x_display_treated |
bool | x_display_treated_only_dir |
bool | x_display_skipped |
bool | x_empty |
class holding optional parameters used to test the structure coherence of an existing archive
Definition at line 1692 of file archive_options.hpp.
|
inline |
defines whether to show treated files
[in] | display_treated | true to display processed inodes |
[in] | only_dir | only display the current directory under processing, not its individual files |
Definition at line 1737 of file archive_options.hpp.
|
inline |
whether the user needs detailed output of the operation
Definition at line 1729 of file archive_options.hpp.
void libdar::archive_options_test::set_subtree | ( | const mask & | subtree | ) |
defines the directories and files to consider