class Snapshot

February 26, 2020 ยท View on GitHub

Member values

Member nameData typeDescription
snapshot_typeuint32Snapshot type

Member functions

Function nameReturn typeInput typeDescription
snapshot_type() constuint32voidReturns the current value of snapshot_type. If the snapshot_type is not set, returns 0.
set_snapshot_type()voiduint32Sets the value of snapshot_type. After calling this, snapshot_type() will return value.
clear_snapshot_type()voidvoidClears the value of snapshot_type. After calling this, snapshot_type() will return the empty string/empty bytes.

Parent topic: Base (C++)