#include <llcrc.h>
Public Member Functions | |
LLCRC () | |
U32 | getCRC () const |
void | update (U8 next_byte) |
void | update (const U8 *buffer, size_t buffer_size) |
void | update (const char *filename) |
Protected Attributes | |
U32 | mCurrent |
Definition at line 52 of file llcrc.h.
LLCRC::LLCRC | ( | ) |
U32 LLCRC::getCRC | ( | ) | const |
Definition at line 148 of file llcrc.cpp.
References mCurrent.
Referenced by LLTexLayer::getAlphaData().
void LLCRC::update | ( | const char * | filename | ) |
U32 LLCRC::mCurrent [protected] |