Cthulhu  0.2.10
Cthulhu compiler collection
map_entry_t Struct Reference

a key-value pair in a map More...

#include <map.h>

Data Fields

const void * key
 the key of this entry More...
 
void * value
 the value of this entry More...
 

Detailed Description

a key-value pair in a map

Definition at line 174 of file map.h.

Field Documentation

◆ key

const void* map_entry_t::key

the key of this entry

Definition at line 176 of file map.h.

◆ value

void* map_entry_t::value

the value of this entry

Definition at line 177 of file map.h.


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