![]() |
Disk ARchive 2.7.14
Full featured and portable backup and archiving tool
|
crc implementation based on infinint More...
#include <crc.hpp>
Inherits libdar::crc, and libdar::crc.
Protected Member Functions | |
virtual crc * | clone () const override |
virtual crc * | clone () const override |
Private Member Functions | |
void | copy_from (const crc_i &ref) |
void | copy_data_from (const crc_i &ref) |
void | copy_from (const crc_i &ref) |
void | copy_data_from (const crc_i &ref) |
Private Attributes | |
infinint | size |
size of the checksum | |
storage::iterator | pointer |
points to the next byte to modify | |
storage | cyclic |
the checksum storage | |
Additional Inherited Members | |
![]() | |
static constexpr U_I | OLD_CRC_SIZE = 2 |
crc implementation based on infinint
Definition at line 78 of file dar64-2.7.14-win64/include/dar/crc.hpp.
Definition at line 83 of file dar64-2.7.14-win64/include/dar/crc.hpp.
Definition at line 83 of file src/libdar/crc.hpp.
Implements libdar::crc.
Implements libdar::crc.
Implements libdar::crc.
Definition at line 99 of file dar64-2.7.14-win64/include/dar/crc.hpp.
Implements libdar::crc.
Definition at line 99 of file src/libdar/crc.hpp.
Implements libdar::crc.
Implements libdar::crc.
|
overridevirtual |
Implements libdar::crc.
|
overridevirtual |
Implements libdar::crc.
|
overridevirtual |
Implements libdar::crc.
|
overridevirtual |
Implements libdar::crc.
|
overridevirtual |
Implements libdar::crc.
|
overridevirtual |
Implements libdar::crc.
Implements libdar::crc.
Definition at line 96 of file dar64-2.7.14-win64/include/dar/crc.hpp.
Implements libdar::crc.
Definition at line 96 of file src/libdar/crc.hpp.
Definition at line 85 of file dar64-2.7.14-win64/include/dar/crc.hpp.
Definition at line 85 of file src/libdar/crc.hpp.
Implements libdar::crc.
Implements libdar::crc.
|
private |
the checksum storage
Definition at line 105 of file dar64-2.7.14-win64/include/dar/crc.hpp.
|
private |
points to the next byte to modify
Definition at line 104 of file dar64-2.7.14-win64/include/dar/crc.hpp.
|
private |
size of the checksum
Definition at line 103 of file dar64-2.7.14-win64/include/dar/crc.hpp.