PIPS-NLP
Classes | Typedefs | Functions
hash.h File Reference

Go to the source code of this file.

Classes

struct  qpnode
 
struct  qpHashTable
 

Typedefs

typedef struct qpnodeqpListPtr
 
typedef struct qpnode qpList
 

Functions

qpHashTableNewHashTable (int size)
 
int Insert (qpHashTable *table, char *name, int index)
 
int GetIndex (qpHashTable *table, char name[])
 
int DeleteHashTable (qpHashTable *table)
 

Typedef Documentation

typedef struct qpnode qpList
typedef struct qpnode* qpListPtr

Function Documentation

int DeleteHashTable ( qpHashTable table)
int GetIndex ( qpHashTable table,
char  name[] 
)
int Insert ( qpHashTable table,
char *  name,
int  index 
)
qpHashTable* NewHashTable ( int  size)