|
Libosmium
Fast and flexible C++ library for working with OpenStreetMap data
|
#include <crc_zlib.hpp>
Public Member Functions | |
| void | process_byte (const unsigned char byte) noexcept |
| void | process_bytes (const void *buffer, std::size_t byte_count) noexcept |
| unsigned long | checksum () const noexcept |
Private Attributes | |
| unsigned long | m_crc32 = ::crc32(0, nullptr, 0) |
This class is used together with the CRC class to implement a CRC32 checksum based on the implementation from zlib.
Usage:
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
private |