![]() |
OpenSWMM Engine
6.0.0-alpha.1
Data-oriented, plugin-extensible SWMM Engine (6.0.0-alpha.1)
|
Go to the source code of this file.
Classes | |
| struct | HTentry |
Macros | |
| #define | HTMAXSIZE 1999 |
| #define | NOTFOUND -1 |
Typedefs | |
| typedef struct HTentry * | HTtable |
Functions | |
| HTtable * | HTcreate (void) |
| int | HTinsert (HTtable *, char *, int) |
| int | HTfind (HTtable *, const char *) |
| char * | HTfindKey (HTtable *, const char *) |
| void | HTfree (HTtable *) |
| #define HTMAXSIZE 1999 |
| #define NOTFOUND -1 |
| HTtable * HTcreate | ( | void | ) |
| int HTfind | ( | HTtable * | ht, |
| const char * | key | ||
| ) |
| char * HTfindKey | ( | HTtable * | ht, |
| const char * | key | ||
| ) |
| void HTfree | ( | HTtable * | ht | ) |
| int HTinsert | ( | HTtable * | ht, |
| char * | key, | ||
| int | data | ||
| ) |