ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
hitem Struct Reference

#include <hashtab.h>

+ Collaboration diagram for hitem:

Data Fields

ub1key
 
ub4 keyl
 
void * stuff
 
ub4 hval
 
struct hitemnext
 

Detailed Description

Definition at line 44 of file hashtab.h.

Field Documentation

◆ hval

ub4 hitem::hval

Definition at line 49 of file hashtab.h.

Referenced by hadd(), hfind(), and hgrow().

◆ key

ub1* hitem::key

Definition at line 46 of file hashtab.h.

Referenced by hadd(), and hfind().

◆ keyl

ub4 hitem::keyl

Definition at line 47 of file hashtab.h.

Referenced by hadd(), and hfind().

◆ next

struct hitem* hitem::next

Definition at line 50 of file hashtab.h.

Referenced by hadd(), hdel(), hfind(), and hgrow().

◆ stuff

void* hitem::stuff

Definition at line 48 of file hashtab.h.

Referenced by hadd().


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