kinetic-c  v0.12.0
Seagate Kinetic Protocol Client Library for C
Data Fields
yacht Struct Reference

#include <yacht_internals.h>

Data Fields

size_t size
 Size of bucket array. More...
 
size_t mask
 Mask for hash table bucket array. More...
 
int * buckets
 Hash table buckets (keys). More...
 
void ** values
 Values associated with keys, if any. More...
 

Detailed Description

Definition at line 26 of file yacht_internals.h.

Field Documentation

size_t yacht::size

Size of bucket array.

Definition at line 27 of file yacht_internals.h.

size_t yacht::mask

Mask for hash table bucket array.

Definition at line 28 of file yacht_internals.h.

int* yacht::buckets

Hash table buckets (keys).

Definition at line 29 of file yacht_internals.h.

void** yacht::values

Values associated with keys, if any.

Definition at line 30 of file yacht_internals.h.


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