Disk ARchive  2.4.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Types | Public Member Functions
libdar::archive_options_listing Class Reference

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

#include <archive_options.hpp>

List of all members.

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 976 of file archive_options.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines