FDOSTUI
FreeDOS Text User Interface
|
internal data structure that holds a single key and value More...
Public Attributes | |
char * | m_key |
void * | m_value |
struct bucket * | m_next |
internal data structure that holds a single key and value
bucket::m_key |
A unique key
bucket::m_next |
Pointer to the next bucket in list
bucket::m_value |
Reference to a value. Value must survive life of bucket.