Record processor to implement DBM::Iterator::Set.
More...
#include <tkrzw_dbm.h>
|
| static const std::string_view | NOOP |
| | The special string indicating no operation. More...
|
| |
| static const std::string_view | REMOVE |
| | The special string indicating removing operation. More...
|
| |
Record processor to implement DBM::Iterator::Set.
◆ RecordProcessorIteratorSet()
| tkrzw::DBM::RecordProcessorIteratorSet::RecordProcessorIteratorSet |
( |
std::string_view |
value | ) |
|
|
explicit |
Constructor.
- Parameters
-
| value | A string of the value to set. |
◆ ProcessFull()
| std::string_view tkrzw::DBM::RecordProcessorIteratorSet::ProcessFull |
( |
std::string_view |
key, |
|
|
std::string_view |
value |
|
) |
| |
|
overridevirtual |