Tkrzw
Public Attributes | List of all members
TkrzwKeyProcPair Struct Reference

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...
 

Detailed Description

Pair of a key and its processor.

Member Data Documentation

◆ key_ptr

const char* TkrzwKeyProcPair::key_ptr

The key pointer.

◆ key_size

int32_t TkrzwKeyProcPair::key_size

The key size.

◆ proc

tkrzw_record_processor TkrzwKeyProcPair::proc

The function pointer to process the key.

◆ proc_arg

void* TkrzwKeyProcPair::proc_arg

An arbitrary data which is given to the callback function.