#include <util.h>
|
| CRC32 (const char *d, int len, u_int32_t CRCvalue=0xFFFFFFFF) |
|
bool | isValid () |
|
|
static bool | isValid (const char *d, int len, u_int32_t CRCvalue=0xFFFFFFFF) |
|
static u_int32_t | crc32 (const char *d, int len, u_int32_t CRCvalue) |
|
Definition at line 147 of file util.h.
SI::CRC32::CRC32 |
( |
const char * |
d, |
|
|
int |
len, |
|
|
u_int32_t |
CRCvalue = 0xFFFFFFFF |
|
) |
| |
u_int32_t SI::CRC32::crc32 |
( |
const char * |
d, |
|
|
int |
len, |
|
|
u_int32_t |
CRCvalue |
|
) |
| |
|
static |
bool SI::CRC32::isValid |
( |
| ) |
|
|
inline |
static bool SI::CRC32::isValid |
( |
const char * |
d, |
|
|
int |
len, |
|
|
u_int32_t |
CRCvalue = 0xFFFFFFFF |
|
) |
| |
|
inlinestatic |
u_int32_t SI::CRC32::crc_table |
|
staticprotected |
const char* SI::CRC32::data |
|
protected |
u_int32_t SI::CRC32::value |
|
protected |
The documentation for this class was generated from the following files: