|
PIPS-NLP
|
Go to the source code of this file.
Classes | |
| struct | qpnode |
| struct | qpHashTable |
Typedefs | |
| typedef struct qpnode * | qpListPtr |
| typedef struct qpnode | qpList |
Functions | |
| qpHashTable * | NewHashTable (int size) |
| int | Insert (qpHashTable *table, char *name, int index) |
| int | GetIndex (qpHashTable *table, char name[]) |
| int | DeleteHashTable (qpHashTable *table) |
| int DeleteHashTable | ( | qpHashTable * | table | ) |
| int GetIndex | ( | qpHashTable * | table, |
| char | name[] | ||
| ) |
| int Insert | ( | qpHashTable * | table, |
| char * | name, | ||
| int | index | ||
| ) |
| qpHashTable* NewHashTable | ( | int | size | ) |
1.8.11