You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
3.1 KiB

  1. <html>
  2. <head><title>st package abstract</title></head>
  3. <body>
  4. <h1>st package abstract</h1>
  5. <h2>Symbol table package.</h2>
  6. <hr>
  7. <!-- Function Abstracts -->
  8. <dl>
  9. <dt> <a href="stExtDet.html#st_add_direct"><code>st_add_direct()</code></a>
  10. <dd> Place 'value' in 'table' under the key 'key'.
  11. <dt> <a href="stExtDet.html#st_copy"><code>st_copy()</code></a>
  12. <dd> Return a copy of old_table and all its members.
  13. <dt> <a href="stExtDet.html#st_count"><code>st_count()</code></a>
  14. <dd> Returns the number of entries in the table `table'.
  15. <dt> <a href="stExtDet.html#st_delete_int"><code>st_delete_int()</code></a>
  16. <dd> Delete the entry with the key pointed to by `keyp'.
  17. <dt> <a href="stExtDet.html#st_delete"><code>st_delete()</code></a>
  18. <dd> Delete the entry with the key pointed to by `keyp'.
  19. <dt> <a href="stExtDet.html#st_find_or_add"><code>st_find_or_add()</code></a>
  20. <dd> Lookup `key' in `table'.
  21. <dt> <a href="stExtDet.html#st_find"><code>st_find()</code></a>
  22. <dd> Lookup `key' in `table'.
  23. <dt> <a href="stExtDet.html#st_foreach_item_int"><code>st_foreach_item_int()</code></a>
  24. <dd> Iteration macro.
  25. <dt> <a href="stExtDet.html#st_foreach_item"><code>st_foreach_item()</code></a>
  26. <dd> Iteration macro.
  27. <dt> <a href="stExtDet.html#st_foreach"><code>st_foreach()</code></a>
  28. <dd> Iterates over the elements of a table.
  29. <dt> <a href="stExtDet.html#st_free_gen"><code>st_free_gen()</code></a>
  30. <dd> Reclaims the resources associated with `gen'.
  31. <dt> <a href="stExtDet.html#st_free_table"><code>st_free_table()</code></a>
  32. <dd> Free a table.
  33. <dt> <a href="stExtDet.html#st_gen_int"><code>st_gen_int()</code></a>
  34. <dd> Returns the next (key, value) pair in the generation sequence.
  35. <dt> <a href="stExtDet.html#st_gen"><code>st_gen()</code></a>
  36. <dd> returns the next (key, value) pair in the generation sequence.
  37. <dt> <a href="stExtDet.html#st_init_gen"><code>st_init_gen()</code></a>
  38. <dd> Initializes a generator.
  39. <dt> <a href="stExtDet.html#st_init_table_with_params"><code>st_init_table_with_params()</code></a>
  40. <dd> Create a table with given parameters.
  41. <dt> <a href="stExtDet.html#st_init_table"><code>st_init_table()</code></a>
  42. <dd> Create and initialize a table.
  43. <dt> <a href="stExtDet.html#st_insert"><code>st_insert()</code></a>
  44. <dd> Insert value in table under the key 'key'.
  45. <dt> <a href="stExtDet.html#st_is_member"><code>st_is_member()</code></a>
  46. <dd> Checks whethere `key' is in `table'.
  47. <dt> <a href="stExtDet.html#st_lookup_int"><code>st_lookup_int()</code></a>
  48. <dd> Lookup up `key' in `table'.
  49. <dt> <a href="stExtDet.html#st_lookup"><code>st_lookup()</code></a>
  50. <dd> Lookup up `key' in `table'.
  51. <dt> <a href="stExtDet.html#st_numcmp"><code>st_numcmp()</code></a>
  52. <dd> Number comparison function.
  53. <dt> <a href="stExtDet.html#st_numhash"><code>st_numhash()</code></a>
  54. <dd> Number hash function.
  55. <dt> <a href="stExtDet.html#st_ptrcmp"><code>st_ptrcmp()</code></a>
  56. <dd> Pointer comparison function.
  57. <dt> <a href="stExtDet.html#st_ptrhash"><code>st_ptrhash()</code></a>
  58. <dd> Pointer hash function.
  59. <dt> <a href="stExtDet.html#st_strhash"><code>st_strhash()</code></a>
  60. <dd> String hash function.
  61. </dl>
  62. <hr>
  63. Generated automatically by <code>extdoc</code> on 20040102
  64. </body></html>