C++ common classes
General purpose classes for use across projects (Apache license)
CRC32 Class Reference

#include <Crc32.h>

List of all members.

Public Member Functions

 CRC32 ()
virtual ~CRC32 ()
unsigned long CalcCRC (unsigned long lInit, unsigned char *lpBuffer, int iLength)

Protected Attributes

unsigned long lCrcTable [256]

Detailed Description

Definition at line 23 of file Crc32.h.


Constructor & Destructor Documentation

Definition at line 25 of file Crc32.cpp.

CRC32::~CRC32 ( ) [virtual]

Definition at line 47 of file Crc32.cpp.


Member Function Documentation

unsigned long CRC32::CalcCRC ( unsigned long  lInit,
unsigned char *  lpBuffer,
int  iLength 
)

Definition at line 53 of file Crc32.cpp.


Member Data Documentation

unsigned long CRC32::lCrcTable[256] [protected]

Definition at line 33 of file Crc32.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines