#include <CRC.H>
Definition at line 55 of file CRC.H.
◆ CRCEngine()
| CRCEngine::CRCEngine |
( |
long | initial = 0 | ) |
|
|
inline |
Definition at line 59 of file CRC.H.
◆ Buffer_Needs_Data()
| bool CRCEngine::Buffer_Needs_Data |
( |
void | | ) |
const |
|
inlineprotected |
Definition at line 77 of file CRC.H.
◆ operator long()
| CRCEngine::operator long |
( |
void | | ) |
const |
|
inline |
Definition at line 73 of file CRC.H.
◆ operator()() [1/3]
| void CRCEngine::operator() |
( |
char | datum | ) |
|
◆ operator()() [2/3]
| long CRCEngine::operator() |
( |
void const * | buffer, |
|
|
int | length ) |
◆ operator()() [3/3]
| long CRCEngine::operator() |
( |
void | | ) |
const |
|
inline |
Definition at line 64 of file CRC.H.
◆ Value()
| long CRCEngine::Value |
( |
void | | ) |
const |
|
inlineprotected |
Definition at line 81 of file CRC.H.
◆ Buffer
| char CRCEngine::Buffer[sizeof(long)] |
◆ Composite
| long CRCEngine::Composite |
◆ CRC
Definition at line 92 of file CRC.H.
◆ Index
Definition at line 98 of file CRC.H.
◆ [union]
| union { ... } CRCEngine::StagingBuffer |
The documentation for this class was generated from the following files:
- Code/Libraries/Source/WWVegas/WWLib/CRC.H
- Code/Libraries/Source/WWVegas/WWLib/crc.cpp