|
libxcks
0.1.0.1
|
Handles the progression of the process of computing of a checksum. More...
#include <ckcalculator.hpp>


Public Member Functions | |
| DefaultChecksumCalculatorProgress ()=default | |
| Default constructor. More... | |
| DefaultChecksumCalculatorProgress (const DefaultChecksumCalculatorProgress &)=delete | |
| Deleted copy constructor. More... | |
| DefaultChecksumCalculatorProgress & | operator= (const DefaultChecksumCalculatorProgress &)=delete |
| Deleted assignment operator. More... | |
| virtual | ~DefaultChecksumCalculatorProgress ()=default |
| Destructor. More... | |
| void | update (size_t read, bool &cancelled) override |
| Updates the progress of the computing of a checksum. More... | |
Public Member Functions inherited from libxcks::ChecksumCalculatorProgress | |
| ChecksumCalculatorProgress ()=default | |
| Default constructor. More... | |
| ChecksumCalculatorProgress (const ChecksumCalculatorProgress &)=delete | |
| Deleted copy constructor. More... | |
| ChecksumCalculatorProgress & | operator= (const ChecksumCalculatorProgress &)=delete |
| Deleted assignment operator. More... | |
| virtual | ~ChecksumCalculatorProgress ()=default |
| Destructor. More... | |
Handles the progression of the process of computing of a checksum.
Do nothing.
Definition at line 78 of file ckcalculator.hpp.
|
default |
Default constructor.
|
delete |
Deleted copy constructor.
|
virtualdefault |
Destructor.
|
delete |
Deleted assignment operator.
|
inlineoverridevirtual |
Updates the progress of the computing of a checksum.
| read | Number of bytes read. |
| cancelled | Set it to true if the user want to cancel the calculation. The caller should call it with its value set to false. |
Implements libxcks::ChecksumCalculatorProgress.
Definition at line 101 of file ckcalculator.hpp.