highlighter application
1.1
HCE project utils : highlighter
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
CRC64.h
Go to the documentation of this file.
1
#ifndef CRC64T_H
2
#define CRC64T_H
3
#include <sys/types.h>
4
#include <
CRC.h
>
5
class
CRC64
:
public
CRCInterface
<u_int64_t>
6
{
7
public
:
8
CRC64
();
9
~CRC64
();
10
u_int64_t
calc
(
const
char
*data,
unsigned
int
size);
11
12
private
:
13
static
u_int64_t crc_table[256];
14
static
bool
calculated;
15
void
calcCrcTable();
16
};
17
#endif
sources
utils
refine
src
CRC64.h
Generated on Mon Jan 13 2014 16:16:17 for highlighter application by
1.8.1.2