Add DohSortedKeys function
Returns a list of sorted keys in a DOH Hash.
This commit is contained in:
parent
216b47320b
commit
77b08daca7
4 changed files with 29 additions and 26 deletions
|
|
@ -1244,6 +1244,14 @@ if an object was removed, 0 otherwise.
|
|||
Returns the list of hash table keys.
|
||||
</div>
|
||||
|
||||
<p>
|
||||
<b><tt>List *SortedKeys(Hash *h, int (*cmp) (const DOH *, const DOH *))</tt></b>
|
||||
</p>
|
||||
|
||||
<div class="indent">
|
||||
Returns the list of sorted hash table keys.
|
||||
</div>
|
||||
|
||||
|
||||
<H3><a name="Extending_nn17">40.5.3 Lists</a></H3>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue