libcoyotl - A Library of C++ Tools
Created by Scott Robert Ladd at
Coyote Gulch Productions.
37 #if !defined(LIBCOYOTL_CRCCALC_H)
38 #define LIBCOYOTL_CRCCALC_H
43 typedef unsigned long crc32_t;
63 crc32_t operator [] (
int n)
const
88 void update(
const unsigned char * a_data,
size_t a_length);
98 return m_crc ^ 0xFFFFFFFFL;
103 static crc_precalc s_table;
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.