![]() |
My Project
|
Go to the source code of this file.
Data Structures | |
| struct | telem |
| struct | stablerec |
Macros | |
| #define | TABLE_MAX 1000 |
Functions | |
| stablerec * | t_createTable (int s) |
| void | t_destroyTable (stablerec *t) |
| stablerec * | copyTable (stablerec *t) |
| char * | stringTable (stablerec *t) |
| void | htable_Print (stablerec *d) |
| telem | t_findTable (stablerec *t, const char *s) |
| find the entry to key s | |
| leftv | t_findTabelVal (stablerec *t, const char *s) |
| find the data to key s | |
| void | t_addTable (stablerec *t, char *s, leftv v) |
| add a new entry (key s, data v) to table t | |
| struct stelem |
| void htable_Print | ( | stablerec * | d | ) |
| char * stringTable | ( | stablerec * | t | ) |
| stablerec * t_createTable | ( | int | s | ) |
| void t_destroyTable | ( | stablerec * | t | ) |
Definition at line 20 of file htable.cc.
find the data to key s
Definition at line 84 of file htable.cc.