libdap++  Updated for version 3.14.0
Crc32 Class Reference

#include <crc.h>

Collaboration diagram for Crc32:
Collaboration graph

Public Types

typedef uint32_t checksum
 

Public Member Functions

void AddData (const uint8_t *pData, const uint32_t length)
 
 Crc32 ()
 
checksum GetCrc32 () const
 
void Reset ()
 
 ~Crc32 () throw ()
 

Detailed Description

Definition at line 76 of file crc.h.

Member Typedef Documentation

typedef uint32_t Crc32::checksum

Definition at line 79 of file crc.h.

Constructor & Destructor Documentation

Crc32::Crc32 ( )
inline

Definition at line 81 of file crc.h.

References Reset().

Here is the call graph for this function:

Crc32::~Crc32 ( )
throw (
)
inline

Definition at line 82 of file crc.h.

Member Function Documentation

checksum Crc32::GetCrc32 ( ) const
inline
void Crc32::Reset ( )
inline

The documentation for this class was generated from the following file: