class Snapshot
February 26, 2020 ยท View on GitHub
Member values
| Member name | Data type | Description |
|---|---|---|
| snapshot_type | uint32 | Snapshot type |
Member functions
| Function name | Return type | Input type | Description |
|---|---|---|---|
| snapshot_type() const | uint32 | void | Returns the current value of snapshot_type. If the snapshot_type is not set, returns 0. |
| set_snapshot_type() | void | uint32 | Sets the value of snapshot_type. After calling this, snapshot_type() will return value. |
| clear_snapshot_type() | void | void | Clears the value of snapshot_type. After calling this, snapshot_type() will return the empty string/empty bytes. |
Parent topic: Base (C++)