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

Entry holding key-value pair in hash table. More...

#include <oa_hash.h>

Data Fields

enum oa_hash_entry_state state
 
struct {
   const char *   buf
 
   size_t   length
 
key
 
void * value
 

Detailed Description

Entry holding key-value pair in hash table.

Field Documentation

◆ state

enum oa_hash_entry_state oa_hash_entry::state

entry state

◆ buf

const char* oa_hash_entry::buf

key buffer

◆ length

size_t oa_hash_entry::length

key length

◆ 

struct { ... } oa_hash_entry::key

◆ value

void* oa_hash_entry::value

value pointer


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