 |
Disk ARchive
2.6.8
Full featured and portable backup and archiving tool
|
Go to the documentation of this file.
26 #ifndef ARCHIVE_OPTIONS_LISTING_SHELL_HPP
27 #define ARCHIVE_OPTIONS_LISTING_SHELL_HPP
29 #include "../my_config.h"
57 virtual void clear()
override;
74 void set_sizes_in_bytes(
bool arg) { x_sizes_in_bytes = arg; };
79 listformat get_list_mode()
const {
return x_list_mode; };
80 bool get_sizes_in_bytes()
const {
return x_sizes_in_bytes; };
84 bool x_sizes_in_bytes;
the original dar's tree listing (for those that like forest)
the slicing output (give info about where files are located)
class holding optional parameters used to list the contents of an existing archive
this file contains a set of classes used to transmit options to archive operation
the tar-like listing (this is the default)
void set_slicing_location(bool val)
whether to calculate the slice location of each file
listformat
defines the way archive listing is done:
class holding optional shell specific parameters used to list the contents of an existing archive
libdar namespace encapsulate all libdar symbols