class holding optional shell specific parameters used to list the contents of an existing archive
More...
#include <archive_options_listing_shell.hpp>
Inherits libdar::archive_options_listing.
Inherited by libdar5::archive_options_listing.
class holding optional shell specific parameters used to list the contents of an existing archive
- Note
- this class is both used for historical reason and user convenience, but to simplify/clarity the API the original archive_options_listing only retain the shell independant parameters
Definition at line 47 of file archive_options_listing_shell.hpp.
◆ listformat
defines the way archive listing is done:
Enumerator |
---|
normal | the tar-like listing (this is the default)
|
tree | the original dar's tree listing (for those that like forest)
|
xml | the xml catalogue output
|
slicing | the slicing output (give info about where files are located)
|
Definition at line 61 of file archive_options_listing_shell.hpp.
◆ archive_options_listing_shell()
libdar::archive_options_listing_shell::archive_options_listing_shell |
( |
| ) |
|
|
inline |
◆ clear()
virtual void libdar::archive_options_listing_shell::clear |
( |
| ) |
|
|
overridevirtual |
◆ get_list_mode()
listformat libdar::archive_options_listing_shell::get_list_mode |
( |
| ) |
const |
|
inline |
◆ get_sizes_in_bytes()
bool libdar::archive_options_listing_shell::get_sizes_in_bytes |
( |
| ) |
const |
|
inline |
◆ set_list_mode()
void libdar::archive_options_listing_shell::set_list_mode |
( |
listformat |
list_mode | ) |
|
|
inline |
◆ set_sizes_in_bytes()
void libdar::archive_options_listing_shell::set_sizes_in_bytes |
( |
bool |
arg | ) |
|
|
inline |
◆ x_list_mode
listformat libdar::archive_options_listing_shell::x_list_mode |
|
private |
◆ x_sizes_in_bytes
bool libdar::archive_options_listing_shell::x_sizes_in_bytes |
|
private |
The documentation for this class was generated from the following file: