Disk ARchive 2.7.16
Full featured and portable backup and archiving tool
|
class crc definition, used to handle Cyclic Redundancy Checks More...
#include "../my_config.h"
#include <string>
#include <list>
#include "integers.hpp"
#include "storage.hpp"
#include "infinint.hpp"
#include "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 | |
class crc definition, used to handle Cyclic Redundancy Checks
Definition in file crc.hpp.