Concord - C Discord API library
A Discord API wrapper library written in C
oa_hash Struct Reference

Open addressing hash table. More...

#include <oa_hash.h>

Collaboration diagram for oa_hash:
[legend]

Data Fields

size_t length
 
size_t capacity
 
struct oa_hash_entrybuckets
 

Detailed Description

Open addressing hash table.

Field Documentation

◆ length

size_t oa_hash::length

amount of entries

◆ capacity

size_t oa_hash::capacity

total buckets capacity

◆ buckets

struct oa_hash_entry* oa_hash::buckets

< entries array


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