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.
|
|
<html> <head><title>st package abstract</title></head> <body>
<h1>st package abstract</h1> <h2>Symbol table package.</h2> <hr>
<!-- Function Abstracts -->
<dl> <dt> <a href="stExtDet.html#st_add_direct"><code>st_add_direct()</code></a> <dd> Place 'value' in 'table' under the key 'key'.
<dt> <a href="stExtDet.html#st_copy"><code>st_copy()</code></a> <dd> Return a copy of old_table and all its members.
<dt> <a href="stExtDet.html#st_count"><code>st_count()</code></a> <dd> Returns the number of entries in the table `table'.
<dt> <a href="stExtDet.html#st_delete_int"><code>st_delete_int()</code></a> <dd> Delete the entry with the key pointed to by `keyp'.
<dt> <a href="stExtDet.html#st_delete"><code>st_delete()</code></a> <dd> Delete the entry with the key pointed to by `keyp'.
<dt> <a href="stExtDet.html#st_find_or_add"><code>st_find_or_add()</code></a> <dd> Lookup `key' in `table'.
<dt> <a href="stExtDet.html#st_find"><code>st_find()</code></a> <dd> Lookup `key' in `table'.
<dt> <a href="stExtDet.html#st_foreach_item_int"><code>st_foreach_item_int()</code></a> <dd> Iteration macro.
<dt> <a href="stExtDet.html#st_foreach_item"><code>st_foreach_item()</code></a> <dd> Iteration macro.
<dt> <a href="stExtDet.html#st_foreach"><code>st_foreach()</code></a> <dd> Iterates over the elements of a table.
<dt> <a href="stExtDet.html#st_free_gen"><code>st_free_gen()</code></a> <dd> Reclaims the resources associated with `gen'.
<dt> <a href="stExtDet.html#st_free_table"><code>st_free_table()</code></a> <dd> Free a table.
<dt> <a href="stExtDet.html#st_gen_int"><code>st_gen_int()</code></a> <dd> Returns the next (key, value) pair in the generation sequence.
<dt> <a href="stExtDet.html#st_gen"><code>st_gen()</code></a> <dd> returns the next (key, value) pair in the generation sequence.
<dt> <a href="stExtDet.html#st_init_gen"><code>st_init_gen()</code></a> <dd> Initializes a generator.
<dt> <a href="stExtDet.html#st_init_table_with_params"><code>st_init_table_with_params()</code></a> <dd> Create a table with given parameters.
<dt> <a href="stExtDet.html#st_init_table"><code>st_init_table()</code></a> <dd> Create and initialize a table.
<dt> <a href="stExtDet.html#st_insert"><code>st_insert()</code></a> <dd> Insert value in table under the key 'key'.
<dt> <a href="stExtDet.html#st_is_member"><code>st_is_member()</code></a> <dd> Checks whethere `key' is in `table'.
<dt> <a href="stExtDet.html#st_lookup_int"><code>st_lookup_int()</code></a> <dd> Lookup up `key' in `table'.
<dt> <a href="stExtDet.html#st_lookup"><code>st_lookup()</code></a> <dd> Lookup up `key' in `table'.
<dt> <a href="stExtDet.html#st_numcmp"><code>st_numcmp()</code></a> <dd> Number comparison function.
<dt> <a href="stExtDet.html#st_numhash"><code>st_numhash()</code></a> <dd> Number hash function.
<dt> <a href="stExtDet.html#st_ptrcmp"><code>st_ptrcmp()</code></a> <dd> Pointer comparison function.
<dt> <a href="stExtDet.html#st_ptrhash"><code>st_ptrhash()</code></a> <dd> Pointer hash function.
<dt> <a href="stExtDet.html#st_strhash"><code>st_strhash()</code></a> <dd> String hash function.
</dl>
<hr>
Generated automatically by <code>extdoc</code> on 20040102
</body></html>
|