HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CRC32 Class Reference

#include <CRC32.h>

Inheritance diagram for CRC32:
Collaboration diagram for CRC32:

Public Member Functions

 CRC32 ()
 ~CRC32 ()
u_int32_t calc (const char *data, unsigned int size)
- Public Member Functions inherited from CRCInterface< u_int32_t >
virtual ~CRCInterface ()
virtual ~CRCInterface ()

Detailed Description

Definition at line 5 of file CRC32.h.

Constructor & Destructor Documentation

CRC32::CRC32 ( )

Definition at line 4 of file CRC32.cpp.

CRC32::~CRC32 ( )

Definition at line 14 of file CRC32.cpp.

Member Function Documentation

u_int32_t CRC32::calc ( const char *  data,
unsigned int  size 
)
virtual

Implements CRCInterface< u_int32_t >.

Definition at line 19 of file CRC32.cpp.


The documentation for this class was generated from the following files: