DOKK / manpages / debian 10 / libcommoncpp2-doc / ost_CRC16Digest.3.en
ost::CRC16Digest(3) Library Functions Manual ost::CRC16Digest(3)

ost::CRC16Digest - A crc16 collection/compution hash accumulator class.

#include <digest.h>

Inherits ost::Digest.


CRC16Digest ()
CRC16Digest (const CRC16Digest &crc)
virtual ~CRC16Digest ()
void initDigest (uint16 crc)
void initDigest (void)
unsigned getSize (void)
CRC16Digest & operator= (const CRC16Digest &right)
operator const uint16 () const
uint16 getDigest (void)
unsigned getDigest (unsigned char *buffer)
void putDigest (const unsigned char *buffer, unsigned length)


int overflow (int c)
std::ostream & strDigest (std::ostream &os)

A crc16 collection/compution hash accumulator class.

Author:

David Sugar dyfet@ostel.com crc16 computation hash.

uint16 ost::CRC16Digest::getDigest (void) [inline]

Implements ost::Digest.

Implements ost::Digest.

Implements ost::Digest.

References initDigest().

Referenced by initDigest().

CRC16Digest& ost::CRC16Digest::operator= (const CRC16Digest & right)

Implements ost::Digest.

Implements ost::Digest.

Generated automatically by Doxygen for GNU CommonC++ from the source code.

Wed Oct 31 2018 GNU CommonC++