19 #ifndef SRECORD_FLETCHER32_H
20 #define SRECORD_FLETCHER32_H
83 unsigned long get()
const;
The fletcher32 class is used to represent the running value of a 32-bit Fletcher's Checksum of a seri...
unsigned long get() const
The get method is used to obtain the running value of the cyclic redundancy check.
fletcher32 & operator=(const fletcher32 &)
The assignment operator.
fletcher32()
The default constructor.
fletcher32(const fletcher32 &)
The copy constructor.
void nextbuf(const void *, size_t)
The nextbuf method is used to advance the state by a series of bytes.
virtual ~fletcher32()
The destructor.
void next(unsigned char)
The next method is used to advance the state by one byte.