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

internal data structure that holds a single key and value More...

Public Attributes

char * m_key
 
void * m_value
 
struct bucketm_next
 

Detailed Description

internal data structure that holds a single key and value

Member Data Documentation

◆ m_key

bucket::m_key

A unique key

◆ m_next

bucket::m_next

Pointer to the next bucket in list

◆ m_value

bucket::m_value

Reference to a value. Value must survive life of bucket.


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