#include <crc.h>
|
| static unsigned long | Memory (unsigned char *data, unsigned long length, unsigned long crc=0) |
| |
| static unsigned long | String (const char *string, unsigned long crc=0) |
| |
Definition at line 58 of file crc.h.
◆ CRC()
Definition at line 61 of file crc.h.
◆ clear()
Clears the CRC to 0.
Get the combined CRC
Definition at line 110 of file crc.h.
◆ computeCRC()
| __forceinline void CRC::computeCRC |
( |
const void * | buf, |
|
|
Int | len ) |
|
inline |
Compute the CRC for a buffer, added into current CRC.
Definition at line 64 of file crc.h.
◆ get()
◆ Memory()
| unsigned long CRC::Memory |
( |
unsigned char * | data, |
|
|
unsigned long | length, |
|
|
unsigned long | crc = 0 ) |
|
static |
◆ String()
| unsigned long CRC::String |
( |
const char * | string, |
|
|
unsigned long | crc = 0 ) |
|
static |
The documentation for this class was generated from the following files:
- Code/GameEngine/Include/Common/crc.h
- Code/Libraries/Source/WWVegas/WWLib/CRC.H
- Code/Libraries/Source/WWVegas/WWLib/crc.cpp