|
CCF
|
#include <unit_value_handle.h>
Inherited by ccf::kv::UnitValueHandle< Unit >.
Public Member Functions | |
| ReadableUnitValueHandle (ccf::kv::untyped::MapHandle &uh) | |
| bool | has () |
| std::optional< Version > | get_version_of_previous_write () |
Protected Attributes | |
| ccf::kv::untyped::MapHandle & | read_handle |
Grants read access to a ccf::kv::UnitValue, as part of a ccf::kv::Tx.
|
inline |
|
inline |
Get version when this value was last written to, by a previous transaction.
|
inline |
Test if the value has been touched.
|
protected |