jigdo API
Last update by Admin on 2010-05-23
util/rsyncsum.hh File Reference
A 32 or 64 bit rolling checksum. More...
#include <config.h>
#include <iosfwd>
#include <serialize.hh>
#include <rsyncsum.ih>
Go to the source code of this file.
Classes | |
class | RsyncSum |
A 32 bit checksum with the special property that you do not need to recalculate the checksum when data is added to the front/end of the checksummed area, or removed from it. More... | |
class | RsyncSum64 |
Like RsyncSum, but the checksum is a 64 bit value. More... | |
Defines | |
#define | INLINE inline |
Functions | |
INLINE ostream & | operator<< (ostream &s, const RsyncSum &r) |
INLINE ostream & | operator<< (ostream &s, const RsyncSum64 &r) |
Detailed Description
A 32 or 64 bit rolling checksum.
Define Documentation
#define INLINE inline |
Function Documentation
INLINE ostream& operator<< | ( | ostream & | s, | |
const RsyncSum64 & | r | |||
) |
INLINE ostream& operator<< | ( | ostream & | s, | |
const RsyncSum & | r | |||
) |
Generated on Tue Sep 23 14:27:42 2008 for jigdo by
