Crossfire Server, Branches 1.12
R18729
|
#include <hashtable.h>
Data Fields | |
struct _ptr_assoc ** | array |
void * | key |
struct _ptr_assoc * | next |
struct _ptr_assoc * | previous |
void * | value |
Definition at line 7 of file hashtable.h.
struct _ptr_assoc** _ptr_assoc::array |
Definition at line 8 of file hashtable.h.
Referenced by add_ptr_assoc(), free_ptr_assoc(), and new_ptr_assoc().
void* _ptr_assoc::key |
Definition at line 11 of file hashtable.h.
Referenced by add_ptr_assoc(), find_ptr_assoc(), and new_ptr_assoc().
struct _ptr_assoc* _ptr_assoc::next |
Definition at line 10 of file hashtable.h.
Referenced by add_ptr_assoc(), find_ptr_assoc(), free_ptr_assoc(), and new_ptr_assoc().
struct _ptr_assoc* _ptr_assoc::previous |
Definition at line 9 of file hashtable.h.
Referenced by add_ptr_assoc(), free_ptr_assoc(), and new_ptr_assoc().
void* _ptr_assoc::value |
Definition at line 12 of file hashtable.h.
Referenced by add_ptr_assoc(), find_assoc_value(), and new_ptr_assoc().