libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
Data Fields
ps_hash_map::ps_hash_map_entry Struct Reference

#include <hashmap.h>

Data Fields

void * key
 
void * value
 
struct ps_hash_map_entrynext
 

Detailed Description

Definition at line 25 of file hashmap.h.

Field Documentation

◆ key

void* ps_hash_map::ps_hash_map_entry::key

Definition at line 26 of file hashmap.h.

◆ next

struct ps_hash_map_entry* ps_hash_map::ps_hash_map_entry::next

Definition at line 28 of file hashmap.h.

◆ value

void* ps_hash_map::ps_hash_map_entry::value

Definition at line 27 of file hashmap.h.


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