GATE
gate_mapping_class Struct Reference

mapping entry base class More...

#include <maps.h>

Public Attributes

void const * key
 
void * value
 

Detailed Description

mapping entry base class

Implementations may allocate a block of memory containing key and value content gate_mapping_t is a generic header that prepends the content

Member Data Documentation

◆ key

void const* gate_mapping_class::key

Pointer to key content

◆ value

void* gate_mapping_class::value

Pointer to value content


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