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
CRCInterface< T > Class Template Reference

#include <CRC.h>

Public Member Functions

virtual T calc (const char *data, unsigned int size)=0
virtual ~CRCInterface ()
virtual T calc (const char *data, unsigned int size)=0
virtual ~CRCInterface ()

Detailed Description

template<class T>
class CRCInterface< T >

Definition at line 5 of file CRC.h.

Constructor & Destructor Documentation

template<class T>
virtual CRCInterface< T >::~CRCInterface ( )
inlinevirtual

Definition at line 9 of file CRC.h.

template<class T>
virtual CRCInterface< T >::~CRCInterface ( )
inlinevirtual

Definition at line 9 of file CRC.h.

Member Function Documentation

template<class T>
virtual T CRCInterface< T >::calc ( const char *  data,
unsigned int  size 
)
pure virtual

Implemented in CRC16, CRC32, CRC64, and CRC64.

template<class T>
virtual T CRCInterface< T >::calc ( const char *  data,
unsigned int  size 
)
pure virtual

Implemented in CRC16, CRC32, CRC64, and CRC64.


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