GME  13
Public Attributes
svn_sort__item_t Struct Reference

#include <svn_sorts.h>

List of all members.

Public Attributes

const void * key
apr_ssize_t klen
void * value

Detailed Description

This structure is used to hold a key/value from a hash table.

Note:
Private. For use by Subversion's own code only. See issue #1644.

Definition at line 55 of file svn_sorts.h.


Member Data Documentation

const void* svn_sort__item_t::key

pointer to the key

Definition at line 57 of file svn_sorts.h.

size of the key

Definition at line 60 of file svn_sorts.h.

pointer to the value

Definition at line 63 of file svn_sorts.h.


The documentation for this struct was generated from the following file: