![]() |
Disk ARchive 2.7.14
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, and 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 | |
void | set_subtree (const mask &subtree) |
mask applied to the full path, only those matching it will be listed | |
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 | |
void | set_display_ea (bool display_ea) |
whether to fetch EA for listing | |
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 |
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 | |
void | set_subtree (const mask &subtree) |
mask applied to the full path, only those matching it will be listed | |
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 | |
void | set_display_ea (bool display_ea) |
whether to fetch EA for listing | |
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 |
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 1446 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
inline |
Definition at line 1449 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
inline |
Definition at line 1450 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
inlinenoexcept |
Definition at line 1451 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
inlinevirtual |
Definition at line 1454 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
inline |
Definition at line 1449 of file src/libdar/archive_options.hpp.
|
inline |
Definition at line 1450 of file src/libdar/archive_options.hpp.
|
inlinenoexcept |
Definition at line 1451 of file src/libdar/archive_options.hpp.
|
inlinevirtual |
Definition at line 1454 of file src/libdar/archive_options.hpp.
|
inline |
Definition at line 1503 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
inline |
Definition at line 1503 of file src/libdar/archive_options.hpp.
|
inline |
Definition at line 1500 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
inline |
Definition at line 1500 of file src/libdar/archive_options.hpp.
|
inline |
Definition at line 1497 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
inline |
Definition at line 1497 of file src/libdar/archive_options.hpp.
|
inline |
Definition at line 1502 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
inline |
Definition at line 1502 of file src/libdar/archive_options.hpp.
|
inlinenoexcept |
Definition at line 1453 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
inlinenoexcept |
Definition at line 1453 of file src/libdar/archive_options.hpp.
|
inline |
Definition at line 1452 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
inline |
Definition at line 1452 of file src/libdar/archive_options.hpp.
whether to fetch EA for listing
Definition at line 1491 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
whether to fetch EA for listing
Definition at line 1491 of file src/libdar/archive_options.hpp.
whether to only show entries that have their data fully saved
Definition at line 1476 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
whether to only show entries that have their data fully saved
Definition at line 1476 of file src/libdar/archive_options.hpp.
whether output should be verbosed --> to be moved to shell output
Definition at line 1463 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
whether output should be verbosed --> to be moved to shell output
Definition at line 1463 of file src/libdar/archive_options.hpp.
mask applied to filename, only those marching it will be listed
mask applied to filename, only those marching it will be listed
whether to calculate the slice location of each file
Definition at line 1479 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
whether to calculate the slice location of each file
Definition at line 1479 of file src/libdar/archive_options.hpp.
mask applied to the full path, only those matching it will be listed
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
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
|
private |
Definition at line 1513 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
private |
Definition at line 1509 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
private |
Definition at line 1506 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
private |
Definition at line 1507 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
private |
Definition at line 1510 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
private |
Definition at line 1512 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
private |
Definition at line 1511 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.
|
private |
Definition at line 1508 of file dar64-2.7.14-win64/include/dar/archive_options.hpp.