Tkrzw
|
Record processor to implement DBM::Iterator::Get. More...
#include <tkrzw_dbm.h>
Public Member Functions | |
RecordProcessorIteratorGet (std::string *key, std::string *value) | |
Constructor. More... | |
std::string_view | ProcessFull (std::string_view key, std::string_view value) override |
Processes an existing record. More... | |
![]() | |
virtual | ~RecordProcessor ()=default |
Destructor. More... | |
virtual std::string_view | ProcessEmpty (std::string_view key) |
Processes an empty record space. More... | |
Additional Inherited Members | |
![]() | |
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::Get.
tkrzw::DBM::RecordProcessorIteratorGet::RecordProcessorIteratorGet | ( | std::string * | key, |
std::string * | value | ||
) |
Constructor.
key | The pointer to a string object to contain the result key. |
value | The pointer to a string object to contain the result value. |
|
overridevirtual |
Processes an existing record.
Reimplemented from tkrzw::DBM::RecordProcessor.