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
CRC.h
Go to the documentation of this file.
1
#ifndef CRCINTERFACE_H
2
#define CRCINTERFACE_H
3
#include <sys/types.h>
4
template
<
class
T>
5
class
CRCInterface
6
{
7
public
:
8
virtual
T
calc
(
const
char
*data,
unsigned
int
size) = 0;
9
virtual
~CRCInterface
(){}
10
};
11
#endif
sources
utils
refine
src
CRC.h
Generated on Mon Jan 13 2014 16:16:17 for highlighter application by
1.8.1.2