LodePNG::Crc32 Class Reference
List of all members.
|
Public Member Functions |
| unsigned long | update_crc (const unsigned char *buf, unsigned long crc, size_t len) |
| unsigned long | crc (const unsigned char *buf, size_t len) |
Static Private Member Functions |
| static void | make_crc_table (void) |
Static Private Attributes |
| static unsigned long | crc_table [256] |
| static bool | crc_table_computed = false |
Member Function Documentation
| unsigned long LodePNG::Crc32::update_crc |
( |
const unsigned char * |
buf, |
|
|
unsigned long |
crc, |
|
|
size_t |
len | |
|
) |
| | |
| unsigned long LodePNG::Crc32::crc |
( |
const unsigned char * |
buf, |
|
|
size_t |
len | |
|
) |
| | |
| void LodePNG::Crc32::make_crc_table |
( |
void |
|
) |
[static, private] |
Member Data Documentation
The documentation for this class was generated from the following file: