|
Tkrzw
|
Pair of a key and its processor. More...
#include <tkrzw_langc.h>
Public Attributes | |
| const char * | key_ptr |
| The key pointer. More... | |
| int32_t | key_size |
| The key size. More... | |
| tkrzw_record_processor | proc |
| The function pointer to process the key. More... | |
| void * | proc_arg |
| An arbitrary data which is given to the callback function. More... | |
Pair of a key and its processor.
| const char* TkrzwKeyProcPair::key_ptr |
The key pointer.
| int32_t TkrzwKeyProcPair::key_size |
The key size.
| tkrzw_record_processor TkrzwKeyProcPair::proc |
The function pointer to process the key.
| void* TkrzwKeyProcPair::proc_arg |
An arbitrary data which is given to the callback function.