TC::Math::Checksum Class Reference
[Mathematic]

Class defining the interface for calculating checksums With the method Append data can be added to the checksum calculation. More...

#include <TCMathChecksum.h>

List of all members.

Public Member Functions

virtual ~Checksum ()
virtual void Append (const uchar *data, uint32 len)=0
 Append data for to the checksum value calculation.
virtual std::string GetHashString () const =0
 Get the calculated hash string.
virtual std::string GetHashDigets () const =0
 Get the calculated hash digets.


Detailed Description

Class defining the interface for calculating checksums With the method Append data can be added to the checksum calculation.

Definition at line 62 of file TCMathChecksum.h.


Constructor & Destructor Documentation

virtual TC::Math::Checksum::~Checksum (  )  [inline, virtual]

Definition at line 65 of file TCMathChecksum.h.


Member Function Documentation

virtual void TC::Math::Checksum::Append ( const uchar data,
uint32  len 
) [pure virtual]

Append data for to the checksum value calculation.

Parameters:
data The data to append to the calculation
len The length of the data to append

virtual std::string TC::Math::Checksum::GetHashString (  )  const [pure virtual]

Get the calculated hash string.

virtual std::string TC::Math::Checksum::GetHashDigets (  )  const [pure virtual]

Get the calculated hash digets.


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

Copyright (c) Thomas Goessler 2003 - 2008