![]() |
FrontISTR
5.7.1
Large-scale structural analysis program with finit element method
|
Go to the source code of this file.
Data Structures | |
| struct | List |
| struct | Bin |
| struct | hecmw_hash_p |
Typedefs | |
| typedef struct List | List |
| typedef struct Bin | Bin |
Functions | |
| int | hecmw_hash_p_resize (hecmw_hash_p *hash) |
| hecmw_hash_p * | hecmw_hash_p_new (unsigned int index) |
| 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) |
Variables | |
| hecmw_hash_p * | hash_ng |
| hecmw_hash_p * | hash_eg |
| hecmw_hash_p * | hash_sg |
| hecmw_hash_p * | hash_mat |
Definition at line 1 of file hecmw_hash.c.
Definition at line 1 of file hecmw_hash.c.
| 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 | index | ) |
| int hecmw_hash_p_put | ( | hecmw_hash_p * | hash, |
| const char * | key, | ||
| void * | value | ||
| ) |
Definition at line 123 of file hecmw_hash.c.
| int hecmw_hash_p_resize | ( | hecmw_hash_p * | hash | ) |
Definition at line 182 of file hecmw_hash.c.
| hecmw_hash_p* hash_eg |
Definition at line 35 of file hecmw_hash.c.
| hecmw_hash_p* hash_mat |
Definition at line 37 of file hecmw_hash.c.
| hecmw_hash_p* hash_ng |
Definition at line 34 of file hecmw_hash.c.
| hecmw_hash_p* hash_sg |
Definition at line 36 of file hecmw_hash.c.