FDOSTUI
FreeDOS Text User Interface
Public Attributes | List of all members
hash Struct Reference

hash data structure that holds keys and values More...

Public Attributes

struct bucket ** m_bucket
 
size_t m_slots
 
hash_remove_cb m_remove
 

Detailed Description

hash data structure that holds keys and values

Member Data Documentation

◆ m_bucket

hash::m_bucket

Array of pointers to hold buckets

◆ m_remove

hash::m_remove

function to delete a value

◆ m_slots

hash::m_slots

Number of buckets


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