emergency commit
[cl-cudd.git] / distr / st / doc / stAllAbs.html
blob927c116bc08837421f68662c62b289493f4db34d
1 <html>
2 <head><title>st package abstract (Internal)</title></head>
3 <body>
5 <h1>st package abstract (Internal)</h1>
6 <h2></h2>
7 <hr>
9 <!-- Function Abstracts -->
11 <dl>
12 <dt> <a href="stAllDet.html#st_add_direct"><code>st_add_direct()</code></a>
13 <dd> Place 'value' in 'table' under the key 'key'.
15 <dt> <a href="stAllDet.html#st_copy"><code>st_copy()</code></a>
16 <dd> Return a copy of old_table and all its members.
18 <dt> <a href="stAllDet.html#st_count"><code>st_count()</code></a>
19 <dd> Returns the number of entries in the table `table'.
21 <dt> <a href="stAllDet.html#st_delete_int"><code>st_delete_int()</code></a>
22 <dd> Delete the entry with the key pointed to by `keyp'.
24 <dt> <a href="stAllDet.html#st_delete"><code>st_delete()</code></a>
25 <dd> Delete the entry with the key pointed to by `keyp'.
27 <dt> <a href="stAllDet.html#st_find_or_add"><code>st_find_or_add()</code></a>
28 <dd> Lookup `key' in `table'.
30 <dt> <a href="stAllDet.html#st_find"><code>st_find()</code></a>
31 <dd> Lookup `key' in `table'.
33 <dt> <a href="stAllDet.html#st_foreach_item_int"><code>st_foreach_item_int()</code></a>
34 <dd> Iteration macro.
36 <dt> <a href="stAllDet.html#st_foreach_item"><code>st_foreach_item()</code></a>
37 <dd> Iteration macro.
39 <dt> <a href="stAllDet.html#st_foreach"><code>st_foreach()</code></a>
40 <dd> Iterates over the elements of a table.
42 <dt> <a href="stAllDet.html#st_free_gen"><code>st_free_gen()</code></a>
43 <dd> Reclaims the resources associated with `gen'.
45 <dt> <a href="stAllDet.html#st_free_table"><code>st_free_table()</code></a>
46 <dd> Free a table.
48 <dt> <a href="stAllDet.html#st_gen_int"><code>st_gen_int()</code></a>
49 <dd> Returns the next (key, value) pair in the generation sequence.
51 <dt> <a href="stAllDet.html#st_gen"><code>st_gen()</code></a>
52 <dd> returns the next (key, value) pair in the generation sequence.
54 <dt> <a href="stAllDet.html#st_init_gen"><code>st_init_gen()</code></a>
55 <dd> Initializes a generator.
57 <dt> <a href="stAllDet.html#st_init_table_with_params"><code>st_init_table_with_params()</code></a>
58 <dd> Create a table with given parameters.
60 <dt> <a href="stAllDet.html#st_init_table"><code>st_init_table()</code></a>
61 <dd> Create and initialize a table.
63 <dt> <a href="stAllDet.html#st_insert"><code>st_insert()</code></a>
64 <dd> Insert value in table under the key 'key'.
66 <dt> <a href="stAllDet.html#st_is_member"><code>st_is_member()</code></a>
67 <dd> Checks whethere `key' is in `table'.
69 <dt> <a href="stAllDet.html#st_lookup_int"><code>st_lookup_int()</code></a>
70 <dd> Lookup up `key' in `table'.
72 <dt> <a href="stAllDet.html#st_lookup"><code>st_lookup()</code></a>
73 <dd> Lookup up `key' in `table'.
75 <dt> <a href="stAllDet.html#st_numcmp"><code>st_numcmp()</code></a>
76 <dd> Number comparison function.
78 <dt> <a href="stAllDet.html#st_numhash"><code>st_numhash()</code></a>
79 <dd> Number hash function.
81 <dt> <a href="stAllDet.html#st_ptrcmp"><code>st_ptrcmp()</code></a>
82 <dd> Pointer comparison function.
84 <dt> <a href="stAllDet.html#st_ptrhash"><code>st_ptrhash()</code></a>
85 <dd> Pointer hash function.
87 <dt> <a href="stAllDet.html#st_strhash"><code>st_strhash()</code></a>
88 <dd> String hash function.
90 </dl>
92 <hr>
94 Generated automatically by <code>extdoc</code> on 20040102
96 </body></html>