![]() |
Disk ARchive 2.8.3
Full featured and portable backup and archiving tool
|
class crc definition, used to handle Cyclic Redundancy Checks More...
#include "//include/dar/libdar_my_config.h"#include <string>#include <list>#include "//include/dar/integers.hpp"#include "//include/dar/storage.hpp"#include "//include/dar/infinint.hpp"#include "//include/dar/proto_generic_file.hpp"Go to the source code of this file.
Classes | |
| class | libdar::crc |
| pure virtual class defining interface of a CRC object More... | |
| class | libdar::crc_i |
| crc implementation based on infinint More... | |
| class | libdar::crc_n |
| crc implementation based on U_I More... | |
Namespaces | |
| namespace | libdar |
| libdar namespace encapsulate all libdar symbols | |
Functions | |
| crc * | libdar::create_crc_from_file (proto_generic_file &f, bool old=false) |
| generate a CRC object reading it from file | |
| crc * | libdar::create_crc_from_size (infinint width) |
| generate a CRC object with adhoc width based on a file size | |
class crc definition, used to handle Cyclic Redundancy Checks
Definition in file dar64-2.8.3-win64/include/dar/crc.hpp.