#include <opennurbs_string.h>
◆ ON_CheckSum()
ON_CheckSum::ON_CheckSum |
( |
| ) |
|
◆ ~ON_CheckSum()
ON_CheckSum::~ON_CheckSum |
( |
| ) |
|
◆ CheckBuffer()
bool ON_CheckSum::CheckBuffer |
( |
size_t | size, |
|
|
const void * | buffer ) const |
◆ CheckFile() [1/2]
bool ON_CheckSum::CheckFile |
( |
const wchar_t * | filename, |
|
|
bool | bSkipTimeCheck = false ) const |
◆ CheckFile() [2/2]
bool ON_CheckSum::CheckFile |
( |
FILE * | fp, |
|
|
bool | bSkipTimeCheck = false ) const |
◆ IsSet()
bool ON_CheckSum::IsSet |
( |
| ) |
const |
◆ Read()
◆ SetBufferCheckSum()
bool ON_CheckSum::SetBufferCheckSum |
( |
size_t | size, |
|
|
const void * | buffer, |
|
|
time_t | time ) |
◆ SetFileCheckSum() [1/2]
bool ON_CheckSum::SetFileCheckSum |
( |
const wchar_t * | filename | ) |
|
◆ SetFileCheckSum() [2/2]
bool ON_CheckSum::SetFileCheckSum |
( |
FILE * | fp | ) |
|
◆ Write()
◆ Zero()
void ON_CheckSum::Zero |
( |
| ) |
|
◆ m_crc
◆ m_size
size_t ON_CheckSum::m_size |
◆ m_time
time_t ON_CheckSum::m_time |
The documentation for this class was generated from the following files: