20 #ifndef SRECORD_CRC32_H
21 #define SRECORD_CRC32_H
65 unsigned long get()
const;
The crc32 class is used to represent the running value of a 32-bit cyclic redundancy check of series ...
void next(unsigned char)
The next method is used to advance the state by one byte.
virtual ~crc32()
The destructor.
void nextbuf(const void *, size_t)
The nextbuf method is used to advance the state by a series of bytes.
crc32(seed_mode_t seed_mode=seed_mode_ccitt)
The default constructor.
unsigned long get() const
The get method is used to obtain the running value of the cyclic redundancy check.
crc32 & operator=(const crc32 &)
The assignment operator.
crc32(const crc32 &)
The copy constructor.