Record processor to implement DBM::Iterator::Set.
More...
#include <tkrzw_dbm.h>
|
| | RecordProcessorIteratorSet (std::string_view value) |
| | Constructor.
|
| |
| std::string_view | ProcessFull (std::string_view key, std::string_view value) override |
| | Processes an existing record.
|
| |
| virtual | ~RecordProcessor ()=default |
| | Destructor.
|
| |
| virtual std::string_view | ProcessFull (std::string_view key, std::string_view value) |
| | Processes an existing record.
|
| |
| virtual std::string_view | ProcessEmpty (std::string_view key) |
| | Processes an empty record space.
|
| |
|
| static const std::string_view | NOOP |
| | The special string indicating no operation.
|
| |
| static const std::string_view | REMOVE |
| | The special string indicating removing operation.
|
| |
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 |