libxcks
0.1.0.1
|
Utility classes to compute and verify the checksums. More...
#include <thread>
#include <mutex>
#include <shared_mutex>
#include <vector>
#include <algorithm>
#include "libxcks/ckcalculator.hpp"
#include "libxcks/checksum.hpp"
#include "libxcks/ckfactory.hpp"
Go to the source code of this file.
Classes | |
class | libxcks::ThreadSafeChecksumCalculator |
A thread safe checksums calculator. More... | |
Typedefs | |
using | libxcks::ArrayChecksum = vector< Checksum * > |
Array of pointers on checksums. More... | |
Utility classes to compute and verify the checksums.
Definition in file ckcalculator.cpp.
using libxcks::ArrayChecksum = typedef vector<Checksum*> |
Array of pointers on checksums.
Definition at line 44 of file ckcalculator.cpp.