Tkrzw
|
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... | |
Pair of a key and its value.
const char* TkrzwKeyValuePair::key_ptr |
The key pointer.
int32_t TkrzwKeyValuePair::key_size |
The key size.
const char* TkrzwKeyValuePair::value_ptr |
The value pointer.
int32_t TkrzwKeyValuePair::value_size |
The value size.