PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
htab Struct Reference
+ Collaboration diagram for htab:

Data Fields

struct hitem ** table
 
int logsize
 
size_t mask
 
size_t count
 
size_t apos
 
struct hitemipos
 
struct rerootspace
 
size_t bcount
 

Detailed Description

Definition at line 53 of file hashtab.h.

Field Documentation

◆ table

struct hitem** htab::table

Definition at line 55 of file hashtab.h.

◆ logsize

int htab::logsize

Definition at line 56 of file hashtab.h.

◆ mask

size_t htab::mask

Definition at line 57 of file hashtab.h.

◆ count

size_t htab::count

Definition at line 58 of file hashtab.h.

◆ apos

size_t htab::apos

Definition at line 59 of file hashtab.h.

◆ ipos

struct hitem* htab::ipos

Definition at line 60 of file hashtab.h.

◆ space

struct reroot* htab::space

Definition at line 61 of file hashtab.h.

◆ bcount

size_t htab::bcount

Definition at line 62 of file hashtab.h.


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