|
HCE project C++ developers source code library
1.1.1
HCE project developer library
|
#include <CRC64.h>


Public Member Functions | |
| CRC64 () | |
| ~CRC64 () | |
| u_int64_t | calc (const char *data, unsigned int size) |
| CRC64 () | |
| ~CRC64 () | |
| u_int64_t | calc (const char *data, unsigned int size) |
Public Member Functions inherited from CRCInterface< u_int64_t > | |
| virtual | ~CRCInterface () |
| virtual | ~CRCInterface () |
| CRC64::CRC64 | ( | ) |
| CRC64::~CRC64 | ( | ) |
|
virtual |
Implements CRCInterface< u_int64_t >.
Definition at line 19 of file CRC64.cpp.

|
virtual |
Implements CRCInterface< u_int64_t >.