Crossfire Server, Trunk
_ptr_assoc Struct Reference

#include <hashtable.h>

+ Collaboration diagram for _ptr_assoc:

Data Fields

struct _ptr_assoc ** array
 
void * key
 
struct _ptr_assocnext
 
struct _ptr_assocprevious
 
void * value
 

Detailed Description

Definition at line 7 of file hashtable.h.

Field Documentation

◆ array

struct _ptr_assoc** _ptr_assoc::array

Definition at line 8 of file hashtable.h.

Referenced by free_ptr_assoc(), and new_ptr_assoc().

◆ key

void* _ptr_assoc::key

Definition at line 11 of file hashtable.h.

Referenced by add_ptr_assoc(), find_ptr_assoc(), and new_ptr_assoc().

◆ next

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().

◆ previous

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().

◆ value

void* _ptr_assoc::value

Definition at line 12 of file hashtable.h.

Referenced by add_ptr_assoc(), find_assoc_value(), and new_ptr_assoc().


The documentation for this struct was generated from the following file: