Checksum.h Source File
Back to the index.
Go to the documentation of this file.
61 uint64_t
Value()
const;
75 void Add(
const string& str);
96 static void RunUnitTests(
int& nSucceeded,
int& nFailures);
static void RunUnitTests(int &nSucceeded, int &nFailures)
uint64_t Value() const
Retrieves the value of the checksum, as a uint64_t.
void Add(uint64_t x)
Add a uint64_t to the checksum.
Base class for unit testable classes.
bool operator==(const Checksum &other) const
Compares one Checksum to another for equality.
bool operator!=(const Checksum &other) const
Compares one Checksum to another for inequality.
Checksum()
Constructs a zeroed checksum.
Generated on Tue Mar 24 2020 14:04:48 for GXemul by
1.8.17