Disk ARchive
2.4.17
|
this file contains a set of classes used to transmit options to archive operation More...
#include "../my_config.h"
#include "crypto.hpp"
#include "integers.hpp"
#include "mask.hpp"
#include "compressor.hpp"
#include "catalogue.hpp"
#include "criterium.hpp"
#include "hash_fichier.hpp"
#include "secu_string.hpp"
#include "nls_swap.hpp"
#include <string>
Go to the source code of this file.
Classes | |
class | libdar::archive_options_read |
class holding optional parameters used to read an existing archive More... | |
class | libdar::archive_options_create |
class holding optional parameters used to create an archive More... | |
class | libdar::archive_options_isolate |
class holding optional parameters used to isolate an existing archive More... | |
class | libdar::archive_options_merge |
class holding optional parameters used to proceed to the merge operation More... | |
class | libdar::archive_options_extract |
class holding optional parameters used to extract files from an existing archive More... | |
class | libdar::archive_options_listing |
class holding optional parameters used to list the contents of an existing archive More... | |
class | libdar::archive_options_test |
class holding optional parameters used to test the structure coherence of an existing archive More... | |
Namespaces | |
libdar | |
libdar namespace encapsulate all libdar symbols | |
this file contains a set of classes used to transmit options to archive operation
Definition in file archive_options.hpp.