#include <hash.h>
Data Fields | |
union { | |
void * p | |
int i | |
}; | |
void * | key |
size_t | lkey |
Definition at line 11 of file hash.h.
union { ... } |
void* data_u::key |
Definition at line 16 of file hash.h.
Referenced by addentry(), lookup_key(), and newreact().
size_t data_u::lkey |
Definition at line 17 of file hash.h.
Referenced by addentry(), and lookup_key().
void* data_u::p |
Definition at line 13 of file hash.h.
Referenced by CO_findrate_s(), findelement(), findspecies(), freehash(), isactive(), isCOnet(), ispassive(), makeplist(), newelement(), newreact(), and newspecies().