GME
13
|
#include <svn_sorts.h>
Public Attributes | |
const void * | key |
apr_ssize_t | klen |
void * | value |
This structure is used to hold a key/value from a hash table.
Definition at line 55 of file svn_sorts.h.
const void* svn_sort__item_t::key |
pointer to the key
Definition at line 57 of file svn_sorts.h.
apr_ssize_t svn_sort__item_t::klen |
size of the key
Definition at line 60 of file svn_sorts.h.
void* svn_sort__item_t::value |
pointer to the value
Definition at line 63 of file svn_sorts.h.