blob: e1767e7e949291de93429aaf57e33fa63f154597 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Syntax
------
.. code::
#include <plhash.h>
typedef PLHashNumber (PR_CALLBACK *PLHashFunction)(const void *key);
Description
-----------
``PLHashNumber`` is a function type that maps the key of a hash table
entry to a hash number.
See Also
--------
`PL_HashString <PL_HashString>`__
|