CCF
|
#include <value_handle.h>
Inherited by ccf::kv::ValueHandle< V, VSerialiser, Unit >.
Public Member Functions | |
WriteableValueHandle (ccf::kv::untyped::MapHandle &uh) | |
void | put (const V &value) |
void | clear () |
Protected Attributes | |
ccf::kv::untyped::MapHandle & | write_handle |
Grants write access to a ccf::kv::Value
, as part of a ccf::kv::Tx
.
|
inline |
|
inline |
Delete this value, restoring its original undefined state.
|
inline |
Modify 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.
value | New entry to assign to this Value |
|
protected |