Quantum 3
3.0.9
A serializable object that contains recorded checksums for a Quantum session. More...
Classes | |
| struct | ChecksumEntry |
| Represents one recorded checksum. More... | |
Public Member Functions | |
| ChecksumFile | Clone () |
| Clone this object and discard empty checksum entries. More... | |
Public Attributes | |
| ChecksumEntry[] | Checksums |
| All recorded checksums. More... | |
Static Public Attributes | |
| const int | GrowSize = 60 * 60 |
| Grow the checksum array during recording by this amount. More... | |
A serializable object that contains recorded checksums for a Quantum session.
|
inline |
Clone this object and discard empty checksum entries.
|
static |
Grow the checksum array during recording by this amount.
| ChecksumEntry [] Quantum.ChecksumFile.Checksums |
All recorded checksums.