Disk ARchive  2.4.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
Public Types | Public Member Functions | List of all members
libdar::archive_options_listing Class Reference

class holding optional parameters used to list the contents of an existing archive More...

#include <archive_options.hpp>

Public Types

enum  listformat { normal, tree, xml }
 defines the way archive listing is done:
 

Public Member Functions

 archive_options_listing (const archive_options_listing &ref)
 
const archive_options_listingoperator= (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)
 
bool get_info_details () const
 
listformat get_list_mode () const
 
const maskget_selection () const
 
const maskget_subtree () const
 
bool get_filter_unsaved () const
 
bool get_display_ea () const
 

Detailed Description

class holding optional parameters used to list the contents of an existing archive

Definition at line 972 of file archive_options.hpp.


The documentation for this class was generated from the following file: