![]() |
Disk ARchive 2.7.14
Full featured and portable backup and archiving tool
|
crc implementation based on U_I 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 | alloc (U_I width) |
void | copy_from (const crc_n &ref) |
void | copy_data_from (const crc_n &ref) |
void | destroy () |
void | alloc (U_I width) |
void | copy_from (const crc_n &ref) |
void | copy_data_from (const crc_n &ref) |
void | destroy () |
Private Attributes | |
U_I | size |
size of checksum (non infinint mode) | |
unsigned char * | pointer |
points to the next byte to modify (non infinint mode) | |
unsigned char * | cyclic |
the checksum storage (non infinint mode) | |
Additional Inherited Members | |
![]() | |
static constexpr U_I | OLD_CRC_SIZE = 2 |
crc implementation based on U_I
Definition at line 114 of file dar64-2.7.14-win64/include/dar/crc.hpp.
Definition at line 120 of file dar64-2.7.14-win64/include/dar/crc.hpp.
|
inline |
Definition at line 124 of file dar64-2.7.14-win64/include/dar/crc.hpp.
Definition at line 120 of file src/libdar/crc.hpp.
|
inline |
Definition at line 124 of file src/libdar/crc.hpp.
Implements libdar::crc.
Implements libdar::crc.
Implements libdar::crc.
Definition at line 136 of file dar64-2.7.14-win64/include/dar/crc.hpp.
Implements libdar::crc.
Definition at line 136 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 133 of file dar64-2.7.14-win64/include/dar/crc.hpp.
Implements libdar::crc.
Definition at line 133 of file src/libdar/crc.hpp.
Implements libdar::crc.
Implements libdar::crc.
the checksum storage (non infinint mode)
Definition at line 142 of file dar64-2.7.14-win64/include/dar/crc.hpp.
points to the next byte to modify (non infinint mode)
Definition at line 141 of file dar64-2.7.14-win64/include/dar/crc.hpp.
|
private |
size of checksum (non infinint mode)
Definition at line 140 of file dar64-2.7.14-win64/include/dar/crc.hpp.