libcute 0.1
Loading...
Searching...
No Matches
Public Attributes | List of all members
cu_HashMap_Bucket Struct Reference

#include <hashmap.h>

Public Attributes

bool used
 
bool deleted
 
uint64_t hash
 
void * key
 
void * value
 

Detailed Description

Bucket used internally by the hashmap.

Member Data Documentation

◆ deleted

bool cu_HashMap_Bucket::deleted

bucket has been removed

◆ hash

uint64_t cu_HashMap_Bucket::hash

cached hash of the key

◆ key

void* cu_HashMap_Bucket::key

pointer to key storage

◆ used

bool cu_HashMap_Bucket::used

bucket contains a value

◆ value

void* cu_HashMap_Bucket::value

pointer to value storage


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