strusBase  0.17
Static Public Member Functions | List of all members
strus::utils::Crc32 Class Reference

Class with some functions to calculate a CRC32 value of a buffer (memory area) More...

#include <crc32.hpp>

Static Public Member Functions

static uint32_t calc (const char *blk, std::size_t blksize)
 
static uint32_t calc (const char *blk)
 

Detailed Description

Class with some functions to calculate a CRC32 value of a buffer (memory area)

Member Function Documentation

static uint32_t strus::utils::Crc32::calc ( const char *  blk,
std::size_t  blksize 
)
static
static uint32_t strus::utils::Crc32::calc ( const char *  blk)
static

The documentation for this class was generated from the following file: