![]() |
Disk ARchive
2.6.11
Full featured and portable backup and archiving tool
|
class holding optional parameters used to list the contents of an existing archive More...
#include <archive_options.hpp>
Inherited by libdar::archive_options_listing_shell.
Public Member Functions | |
| archive_options_listing (const archive_options_listing &ref) | |
| archive_options_listing (archive_options_listing &&ref) noexcept | |
| archive_options_listing & | operator= (const archive_options_listing &ref) |
| archive_options_listing & | operator= (archive_options_listing &&ref) noexcept |
| virtual void | clear () |
| void | set_info_details (bool info_details) |
| whether output should be verbosed --> to be moved to shell output | |
| void | set_selection (const mask &selection) |
| mask applied to filename, only those marching it will be listed More... | |
| void | set_subtree (const mask &subtree) |
| mask applied to the full path, only those matching it will be listed More... | |
| void | set_filter_unsaved (bool filter_unsaved) |
| whether to only show entries that have their data fully saved | |
| void | set_slicing_location (bool val) |
| whether to calculate the slice location of each file | |
| void | set_user_slicing (const infinint &slicing_first, const infinint &slicing_others) |
| when slice location is performed, user may modify the slice layout of the archive More... | |
| void | set_display_ea (bool display_ea) |
| whether to fetch EA for listing More... | |
| bool | get_info_details () const |
| const mask & | get_selection () const |
| const mask & | get_subtree () const |
| bool | get_filter_unsaved () const |
| bool | get_user_slicing (infinint &slicing_first, infinint &slicing_others) const |
| bool | get_slicing_location () const |
| bool | get_display_ea () const |
Private Member Functions | |
| void | destroy () noexcept |
| void | nullifyptr () noexcept |
| void | copy_from (const archive_options_listing &ref) |
| void | move_from (archive_options_listing &&ref) noexcept |
Private Attributes | |
| bool | x_info_details |
| mask * | x_selection |
| mask * | x_subtree |
| bool | x_filter_unsaved |
| infinint * | x_slicing_first |
| infinint * | x_slicing_others |
| bool | x_slicing_location |
| bool | x_display_ea |
class holding optional parameters used to list the contents of an existing archive
Definition at line 1336 of file archive_options.hpp.
|
inline |
whether to fetch EA for listing
Definition at line 1381 of file archive_options.hpp.
| void libdar::archive_options_listing::set_selection | ( | const mask & | selection | ) |
mask applied to filename, only those marching it will be listed
| void libdar::archive_options_listing::set_subtree | ( | const mask & | subtree | ) |
mask applied to the full path, only those matching it will be listed
| void libdar::archive_options_listing::set_user_slicing | ( | const infinint & | slicing_first, |
| const infinint & | slicing_others | ||
| ) |
when slice location is performed, user may modify the slice layout of the archive
1.8.18