Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <Crc32.h>
Public Member Functions | |
Crc32 () | |
void | Reset () |
void | Compute (const char *buffer, size_t count) |
operator uint32_t () const | |
Static Public Member Functions | |
static uint32_t | Compute (const std::string &strValue) |
static uint32_t | ComputeFromLowerCase (const std::string &strValue) |
Crc32::Crc32 | ( | ) |
void Crc32::Compute | ( | const char * | buffer, |
size_t | count ) |
|
static |
|
static |
|
inline |
void Crc32::Reset | ( | ) |