Disk ARchive
2.7.15
Full featured and portable backup and archiving tool
|
class holding optional shell specific parameters used to list the contents of an existing archive More...
#include <archive_options_listing_shell.hpp>
Public Types | |
enum | listformat { normal , tree , xml , slicing } |
defines the way archive listing is done: More... | |
Public Member Functions | |
archive_options_listing_shell (const archive_options_listing_shell &ref)=default | |
archive_options_listing_shell (archive_options_listing_shell &&ref) noexcept=default | |
archive_options_listing_shell & | operator= (const archive_options_listing_shell &ref)=default |
archive_options_listing_shell & | operator= (archive_options_listing_shell &&ref) noexcept=default |
virtual void | clear () override |
void | set_list_mode (listformat list_mode) |
void | set_sizes_in_bytes (bool arg) |
listformat | get_list_mode () const |
bool | get_sizes_in_bytes () const |
Public Member Functions inherited from libdar::archive_options_listing | |
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 |
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) |
defines the directories and files to consider 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 Attributes | |
listformat | x_list_mode |
bool | x_sizes_in_bytes |
class holding optional shell specific parameters used to list the contents of an existing archive
Definition at line 47 of file archive_options_listing_shell.hpp.
defines the way archive listing is done:
Definition at line 61 of file archive_options_listing_shell.hpp.