libFirm
pmap_entry Struct Reference

A key, value pair. More...

#include <pmap.h>

Data Fields

const void * key
 The key.
void * value
 The value.

Detailed Description

A key, value pair.

Definition at line 46 of file pmap.h.

Field Documentation

const void* pmap_entry::key

The key.

Definition at line 47 of file pmap.h.

void* pmap_entry::value

The value.

Definition at line 48 of file pmap.h.


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