Disk ARchive
2.4.8
|
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) | |
const archive_options_test & | operator= (const archive_options_test &ref) |
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 directory and files to consider (this mask will be applied to the absolute path of files being proceeded) | |
void | set_info_details (bool info_details) |
whether the user needs detailed output of the operation | |
void | set_empty (bool empty) |
dry-run exectution if set to true | |
void | set_display_skipped (bool display_skipped) |
whether to display files that have been excluded by filters | |
const mask & | get_selection () const |
const mask & | get_subtree () const |
bool | get_info_details () const |
bool | get_empty () const |
bool | get_display_skipped () const |
class holding optional parameters used to test the structure coherence of an existing archive
Definition at line 1121 of file archive_options.hpp.