|
CCF
|
#include <unit_value_handle.h>
Inherited by ccf::kv::UnitValueHandle< Unit >.
Public Member Functions | |
| WriteableUnitValueHandle (ccf::kv::untyped::MapHandle &uh) | |
| void | touch () |
| void | clear () |
Protected Attributes | |
| ccf::kv::untyped::MapHandle & | write_handle |
Grants write access to a ccf::kv::UnitValue, as part of a ccf::kv::Tx.
|
inline |
|
inline |
Delete this value, restoring its original undefined state.
|
inline |
Touch this value.
If this value was previously defined, it will be overwritten. Even if the previous value was identical, this produces a serialised write in the ledger.
|
protected |