/tmp/buildd/coinor-dylp-1.6.0/DyLP/src/DylpStdLib/dylib_hash.h File Reference
Go to the source code of this file.
Classes |
struct | hel_tag |
Typedefs |
typedef struct hel_tag | hel |
Functions |
void * | lookup (const char *key, hel *hashtab[], int size) |
void ** | search (const char *key, hel *hashtab[], int size, bool init) |
void *** | enter (const char *key, hel *hashtab[], int size, void *entry) |
void **** | erase (const char *key, hel *hashtab[], int size) |
Typedef Documentation
Function Documentation
void* lookup |
( |
const char * |
key, |
|
|
hel * |
hashtab[], |
|
|
int |
size | |
|
) |
| | |
void* * search |
( |
const char * |
key, |
|
|
hel * |
hashtab[], |
|
|
int |
size, |
|
|
bool |
init | |
|
) |
| | |
void* * * enter |
( |
const char * |
key, |
|
|
hel * |
hashtab[], |
|
|
int |
size, |
|
|
void * |
entry | |
|
) |
| | |
void* * * * erase |
( |
const char * |
key, |
|
|
hel * |
hashtab[], |
|
|
int |
size | |
|
) |
| | |