htils 1
A small set of utilities for C programming.
Loading...
Searching...
No Matches
stringmap_entry Struct Reference

A stringmap entry. More...

#include <stringmap.h>

Data Fields

stringkey
 
void * value
 
u64 vsize
 
enum stringmap_entry_state state
 

Detailed Description

A stringmap entry.

Parameters
keyThe key of the entry.
valueThe value of the entry.
stateThe state of the entry.

Field Documentation

◆ key

string* stringmap_entry::key

◆ state

enum stringmap_entry_state stringmap_entry::state

◆ value

void* stringmap_entry::value

◆ vsize

u64 stringmap_entry::vsize

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