|
GATE
C/C++ Framework
|
mapping entry base class More...
#include <maps.h>
Data Fields | |
| void const * | key |
| void * | value |
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
| void const* key |
Pointer to key content
| void* value |
Pointer to value content