SYNOPSIS

#include <digest.h>

Inherits ost::Digest.

Public Member Functions

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)

Protected Member Functions

int overflow (int c)

std::ostream & strDigest (std::ostream &os)

Detailed Description

A crc16 collection/compution hash accumulator class.

Author:

David Sugar [email protected] crc16 computation hash.

Constructor & Destructor Documentation

ost::CRC16Digest::CRC16Digest ()

ost::CRC16Digest::CRC16Digest (const \fBCRC16Digest\fP &crc)

virtual ost::CRC16Digest::~CRC16Digest ()\fC [inline]\fP, \fC [virtual]\fP

Member Function Documentation

\fBuint16\fP ost::CRC16Digest::getDigest (void)\fC [inline]\fP

unsigned ost::CRC16Digest::getDigest (unsigned char *buffer)\fC [virtual]\fP

Implements ost::Digest.

unsigned ost::CRC16Digest::getSize (void)\fC [inline]\fP, \fC [virtual]\fP

Implements ost::Digest.

void ost::CRC16Digest::initDigest (\fBuint16\fPcrc)\fC [inline]\fP

void ost::CRC16Digest::initDigest (void)\fC [inline]\fP, \fC [virtual]\fP

Implements ost::Digest.

References initDigest().

Referenced by initDigest().

ost::CRC16Digest::operator const \fBuint16\fP () const\fC [inline]\fP

\fBCRC16Digest\fP& ost::CRC16Digest::operator= (const \fBCRC16Digest\fP &right)

int ost::CRC16Digest::overflow (intc)\fC [protected]\fP

void ost::CRC16Digest::putDigest (const unsigned char *buffer, unsignedlength)\fC [virtual]\fP

Implements ost::Digest.

std::ostream& ost::CRC16Digest::strDigest (std::ostream &os)\fC [protected]\fP, \fC [virtual]\fP

Implements ost::Digest.

Author

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