![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Typedefs | |
typedef struct hecmw_hash_p | hecmw_hash_p |
Functions | |
hecmw_hash_p * | hecmw_hash_p_new (unsigned int capacity) |
void | hecmw_hash_p_delete (hecmw_hash_p *hash) |
void * | hecmw_hash_p_get (const hecmw_hash_p *hash, const char *key) |
int | hecmw_hash_p_exist (const hecmw_hash_p *hash, const char *key) |
int | hecmw_hash_p_put (hecmw_hash_p *hash, const char *key, void *value) |
typedef struct hecmw_hash_p hecmw_hash_p |
Definition at line 11 of file hecmw_hash.h.
void hecmw_hash_p_delete | ( | hecmw_hash_p * | hash | ) |
int hecmw_hash_p_exist | ( | const hecmw_hash_p * | hash, |
const char * | key | ||
) |
Definition at line 109 of file hecmw_hash.c.
void* hecmw_hash_p_get | ( | const hecmw_hash_p * | hash, |
const char * | key | ||
) |
hecmw_hash_p* hecmw_hash_p_new | ( | unsigned int | capacity | ) |
int hecmw_hash_p_put | ( | hecmw_hash_p * | hash, |
const char * | key, | ||
void * | value | ||
) |
Definition at line 123 of file hecmw_hash.c.