![]() |
Disk ARchive 2.8.3
Full featured and portable backup and archiving tool
|
crc implementation based on infinint More...
#include <crc.hpp>
Inherits libdar::crc, and libdar::crc.
Public Member Functions | |
| crc_i (const infinint &width) | |
| crc_i (const infinint &width, proto_generic_file &f) | |
| crc_i (const crc_i &ref) | |
| crc_i (crc_i &&ref) noexcept=default | |
| crc_i & | operator= (const crc_i &ref) |
| crc_i & | operator= (crc_i &&ref) noexcept=default |
| bool | operator== (const crc &ref) const override |
| virtual void | compute (const infinint &offset, const char *buffer, U_I length) override |
| virtual void | compute (const char *buffer, U_I length) override |
| virtual void | clear () override |
| virtual void | dump (proto_generic_file &f) const override |
| virtual std::string | crc2str () const override |
| virtual infinint | get_size () const override |
| crc_i (const infinint &width) | |
| crc_i (const infinint &width, proto_generic_file &f) | |
| crc_i (const crc_i &ref) | |
| crc_i (crc_i &&ref) noexcept=default | |
| crc_i & | operator= (const crc_i &ref) |
| crc_i & | operator= (crc_i &&ref) noexcept=default |
| bool | operator== (const crc &ref) const override |
| virtual void | compute (const infinint &offset, const char *buffer, U_I length) override |
| virtual void | compute (const char *buffer, U_I length) override |
| virtual void | clear () override |
| virtual void | dump (proto_generic_file &f) const override |
| virtual std::string | crc2str () const override |
| virtual infinint | get_size () const override |
| Public Member Functions inherited from libdar::crc | |
| crc (const crc &ref)=default | |
| crc (crc &&ref) noexcept=default | |
| crc & | operator= (const crc &ref)=default |
| crc & | operator= (crc &&ref) noexcept=default |
| bool | operator!= (const crc &ref) const |
| crc (const crc &ref)=default | |
| crc (crc &&ref) noexcept=default | |
| crc & | operator= (const crc &ref)=default |
| crc & | operator= (crc &&ref) noexcept=default |
| bool | operator!= (const crc &ref) const |
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 Public Attributes inherited from libdar::crc | |
| static constexpr U_I | OLD_CRC_SIZE = 2 |
crc implementation based on infinint
Definition at line 78 of file dar64-2.8.3-win64/include/dar/crc.hpp.
|
inline |
Definition at line 83 of file dar64-2.8.3-win64/include/dar/crc.hpp.
|
inline |
Definition at line 83 of file src/libdar/crc.hpp.
|
overridevirtual |
Implements libdar::crc.
|
overridevirtual |
Implements libdar::crc.
|
inlineoverrideprotectedvirtual |
Implements libdar::crc.
Definition at line 99 of file dar64-2.8.3-win64/include/dar/crc.hpp.
|
inlineoverrideprotectedvirtual |
Implements libdar::crc.
Definition at line 99 of file src/libdar/crc.hpp.
|
overridevirtual |
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.
|
overridevirtual |
Implements libdar::crc.
|
inlineoverridevirtual |
Implements libdar::crc.
Definition at line 96 of file dar64-2.8.3-win64/include/dar/crc.hpp.
|
inlineoverridevirtual |
Implements libdar::crc.
Definition at line 96 of file src/libdar/crc.hpp.
|
inline |
Definition at line 85 of file dar64-2.8.3-win64/include/dar/crc.hpp.
|
inline |
Definition at line 85 of file src/libdar/crc.hpp.
|
overridevirtual |
Implements libdar::crc.
|
overridevirtual |
Implements libdar::crc.
|
private |
the checksum storage
Definition at line 105 of file dar64-2.8.3-win64/include/dar/crc.hpp.
|
private |
points to the next byte to modify
Definition at line 104 of file dar64-2.8.3-win64/include/dar/crc.hpp.
|
private |
size of the checksum
Definition at line 103 of file dar64-2.8.3-win64/include/dar/crc.hpp.