Photon Quantum 3.0.0

Classes | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Quantum.ChecksumFile Class Reference

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...
 

Detailed Description

A serializable object that contains recorded checksums for a Quantum session.

Member Function Documentation

◆ Clone()

ChecksumFile Quantum.ChecksumFile.Clone ( )
inline

Clone this object and discard empty checksum entries.

Returns
New checksum object to save to a replay for example

Member Data Documentation

◆ GrowSize

const int Quantum.ChecksumFile.GrowSize = 60 * 60
static

Grow the checksum array during recording by this amount.

◆ Checksums

ChecksumEntry [] Quantum.ChecksumFile.Checksums

All recorded checksums.