#include <CRC.h>
|
| CRC32 ()=default |
|
| CRC32 (const void *buf, const size_t size) |
|
| operator U32 () const noexcept |
| implicit cast, so that you can do something like foo = CRC(dat,siz);
|
|
U32 | Get () const noexcept |
| getting the crc
|
|
void | Reset () noexcept |
|
void | Hash (const void *buf, size_t siz) noexcept |
|
Definition at line 43 of file CRC.h.
◆ CRC32() [1/2]
Divide::Util::CRC32::CRC32 |
( |
| ) |
|
|
default |
◆ CRC32() [2/2]
Divide::Util::CRC32::CRC32 |
( |
const void * |
buf, |
|
|
const size_t |
size |
|
) |
| |
|
inlineexplicit |
Definition at line 47 of file CRC.h.
◆ Get()
U32 Divide::Util::CRC32::Get |
( |
| ) |
const |
|
inlinenoexcept |
getting the crc
Definition at line 58 of file CRC.h.
◆ Hash()
void Divide::Util::CRC32::Hash |
( |
const void * |
buf, |
|
|
size_t |
siz |
|
) |
| |
|
noexcept |
◆ operator U32()
Divide::Util::CRC32::operator U32 |
( |
| ) |
const |
|
inlinenoexcept |
implicit cast, so that you can do something like foo = CRC(dat,siz);
Definition at line 54 of file CRC.h.
◆ Reflect()
U32 Divide::Util::CRC32::Reflect |
( |
U32 |
v, |
|
|
I32 |
bits |
|
) |
| |
|
staticprivatenoexcept |
◆ Reset()
void Divide::Util::CRC32::Reset |
( |
| ) |
|
|
inlinenoexcept |
Definition at line 62 of file CRC.h.
◆ mCrc
Definition at line 66 of file CRC.h.
◆ mTable
U32 Divide::Util::CRC32::mTable |
|
staticprivate |
Definition at line 67 of file CRC.h.
The documentation for this class was generated from the following files:
- G:/Divide-Framework/Source/Utility/Headers/CRC.h
- G:/Divide-Framework/Source/Utility/CRC.cpp