Tkrzw
Public Attributes | List of all members
TkrzwKeyValuePair Struct Reference

Pair of a key and its value. More...

#include <tkrzw_langc.h>

Public Attributes

const char * key_ptr
 The key pointer. More...
 
int32_t key_size
 The key size. More...
 
const char * value_ptr
 The value pointer. More...
 
int32_t value_size
 The value size. More...
 

Detailed Description

Pair of a key and its value.

Member Data Documentation

◆ key_ptr

const char* TkrzwKeyValuePair::key_ptr

The key pointer.

◆ key_size

int32_t TkrzwKeyValuePair::key_size

The key size.

◆ value_ptr

const char* TkrzwKeyValuePair::value_ptr

The value pointer.

◆ value_size

int32_t TkrzwKeyValuePair::value_size

The value size.