![]() |
Disk ARchive
2.5.2
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>
Inherits libdar::on_pool.
Public Types | |
enum | listformat { normal, tree, xml, slicing } |
defines the way archive listing is done: | |
Public Member Functions | |
archive_options_listing (const archive_options_listing &ref) | |
const archive_options_listing & | operator= (const archive_options_listing &ref) |
void | clear () |
void | set_info_details (bool info_details) |
void | set_list_mode (listformat list_mode) |
void | set_selection (const mask &selection) |
void | set_subtree (const mask &subtree) |
void | set_filter_unsaved (bool filter_unsaved) |
void | set_display_ea (bool display_ea) |
void | set_user_slicing (const infinint &slicing_first, const infinint &slicing_others) |
bool | get_info_details () const |
listformat | get_list_mode () const |
const mask & | get_selection () const |
const mask & | get_subtree () const |
bool | get_filter_unsaved () const |
bool | get_display_ea () const |
bool | get_user_slicing (infinint &slicing_first, infinint &slicing_others) const |
class holding optional parameters used to list the contents of an existing archive
Definition at line 1167 of file archive_options.hpp.