|
| void | libdar::get_version (U_I &major, U_I &medium, U_I &minor, bool init_libgcrypt=true) |
| | return the libdar version, and make libdar initialization (may throw Exceptions) More...
|
| |
| void | libdar::get_version_noexcept (U_I &major, U_I &medium, U_I &minor, U_16 &exception, std::string &except_msg, bool init_libgcrypt=true) |
| | return the libdar version, and make libdar initialization (does not throw exceptions) More...
|
| |
|
void | libdar::close_and_clean () |
| |
| archive * | libdar::open_archive_noexcept (user_interaction &dialog, const path &chem, const std::string &basename, const std::string &extension, const archive_options_read &options, U_16 &exception, std::string &except_msg) |
| | this is a wrapper around the archive constructor known as the "read" constructor More...
|
| |
| archive * | libdar::create_archive_noexcept (user_interaction &dialog, const path &fs_root, const path &sauv_path, const std::string &filename, const std::string &extension, const archive_options_create &options, statistics *progressive_report, U_16 &exception, std::string &except_msg) |
| | this is a wrapper around the archive constructor known as the "create" constructor More...
|
| |
| archive * | libdar::isolate_archive_noexcept (user_interaction &dialog, const path &sauv_path, archive *ref_arch, const std::string &filename, const std::string &extension, const archive_options_isolate &options, U_16 &exception, std::string &except_msg) |
| | this is a wrapper around the archive constructor known as the "isolate" constructor More...
|
| |
| archive * | libdar::merge_archive_noexcept (user_interaction &dialog, const path &sauv_path, archive *ref_arch1, const std::string &filename, const std::string &extension, const archive_options_merge &options, statistics *progressive_report, U_16 &exception, std::string &except_msg) |
| | this is a wrapper around the archive constructor known as the "merging" constructor More...
|
| |
| void | libdar::close_archive_noexcept (archive *ptr, U_16 &exception, std::string &except_msg) |
| | this is wrapper around the archive destructor More...
|
| |
| statistics | libdar::op_extract_noexcept (user_interaction &dialog, archive *ptr, const path &fs_root, const archive_options_extract &options, statistics *progressive_report, U_16 &exception, std::string &except_msg) |
| | this is wrapper around the op_extract method More...
|
| |
| void | libdar::op_listing_noexcept (user_interaction &dialog, archive *ptr, const archive_options_listing &options, U_16 &exception, std::string &except_msg) |
| | this is wrapper around the op_listing method More...
|
| |
| statistics | libdar::op_diff_noexcept (user_interaction &dialog, archive *ptr, const path &fs_root, const archive_options_diff &options, statistics *progressive_report, U_16 &exception, std::string &except_msg) |
| | this is wrapper around the op_diff method More...
|
| |
| statistics | libdar::op_test_noexcept (user_interaction &dialog, archive *ptr, const archive_options_test &options, statistics *progressive_report, U_16 &exception, std::string &except_msg) |
| | this is wrapper around the op_test method More...
|
| |
| bool | libdar::get_children_of_noexcept (user_interaction &dialog, archive *ptr, const std::string &dir, U_16 &exception, std::string &except_msg) |
| | this is wrapper around the get_children_of method More...
|
| |
| char * | libdar::libdar_str2charptr_noexcept (const std::string &x, U_16 &exception, std::string &except_msg) |
| | routine provided to convert std::string to char * More...
|
| |