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 * dyhash_lookup (const char *key, hel *hashtab[], int size)
void ** dyhash_search (const char *key, hel *hashtab[], int size, bool init)
void *** dyhash_enter (const char *key, hel *hashtab[], int size, void *entry)
void **** dyhash_erase (const char *key, hel *hashtab[], int size)

Typedef Documentation

typedef struct hel_tag hel

Function Documentation

void* dyhash_lookup ( const char *  key,
hel hashtab[],
int  size 
)
void* * dyhash_search ( const char *  key,
hel hashtab[],
int  size,
bool  init 
)
void* * * dyhash_enter ( const char *  key,
hel hashtab[],
int  size,
void *  entry 
)
void* * * * dyhash_erase ( const char *  key,
hel hashtab[],
int  size 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 9 Feb 2015 for DyLP by  doxygen 1.6.1